Address Property (AddressEntryFilter Object)

The Address property specifies the full address for the AddressEntry object being filtered. Read/write.

Syntax

objAddressEntryFilter.Address

Data Type

String

Remarks

The AddressEntryFilter object's Address property is a concatenation of the address type and messaging address in the following format:

    AddressType:AddressValue

where AddressType and AddressValue represent the AddressEntry object's Type and Address properties.

The AddressEntryFilter object's Address property corresponds to a combination of the MAPI properties PR_ADDRTYPE and PR_EMAIL_ADDRESS. It represents the full address, that is, the complete messaging address used by the MAPI system.

The Address property can be copied from the Address property of a Recipient. The advantage of doing this is that the value of the Recipient object's Address property has already been computed by CDO from its Name property and the Resolve method.