Recipient.AddressEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the AddressEntry object corresponding to the resolved recipient. Read/write.
public:
property Microsoft::Office::Interop::Outlook::AddressEntry ^ AddressEntry { Microsoft::Office::Interop::Outlook::AddressEntry ^ get(); void set(Microsoft::Office::Interop::Outlook::AddressEntry ^ value); };
public Microsoft.Office.Interop.Outlook.AddressEntry AddressEntry { get; set; }
Public Property AddressEntry As AddressEntry
Property Value
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.