Name Property (CDONTS AddressEntry Object)

The Name property returns the display name or alias of the AddressEntry object as a string. Read-only.

Syntax

objAddressEntry.Name 
 

The Name property is the default property of an AddressEntry object, meaning that objAddressEntry is syntactically equivalent to objAddressEntry.Name in Microsoft?Visual Basic?code.

Data Type

String

Example

See the example for the AddressEntry object's Address property.