AddressEntry Property

Microsoft Outlook Visual Basic

Returns the AddressEntry object corresponding to the resolved recipient. Accessing the AddressEntry property forces resolution of an unresolved recipient name. If the name cannot be resolved, an error is returned. If the recipient is resolved, the Resolved property is True.

expression.AddressEntry

expression     Required. An expression that returns a Recipient object.