Platform SDK: CDO 1.2.1 |
The Name property returns the display name or alias of the AddressEntry object as a string. Read-only.
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.
String
See the example for the AddressEntry object's Address property.