Share via


Recipient.AddressEntry Property

Outlook Developer Reference

Returns the AddressEntry object corresponding to the resolved recipient. Read/write.

Syntax

expression.AddressEntry

expression   A variable that represents a Recipient object.

Remarks

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.

See Also