AddressEntry

The AddressEntry object is an address in an AddressEntries object. Each AddressEntry object in the AddressEntries object holds information that represents a person, group, or public folder to which the messaging system can deliver messages.

Set myAddressEntry = myRecipient.AddressEntry

Properties

Address

Returns or sets a String representing the email address of the AddressEntry. Read/write.

Name

Returns or sets a String value that represents the display name for the object. Read/write. Display name

 

Methods

Remove

Remove(int Index) - Removes an item at a given index

Item

Item(int Index) - Returns an item at a given index

Add

Add(string Address, string Name) - Adds an item with Address and Name