Recipient.AddressEntry Property

Definition

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.

Applies to