Recipient.AddressEntry Property
Returns the AddressEntry object corresponding to the resolved recipient. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property AddressEntry As AddressEntry
Get
Set
'Usage
Dim instance As Recipient
Dim value As AddressEntry
value = instance.AddressEntry
instance.AddressEntry = value
[DispIdAttribute()]
AddressEntry AddressEntry { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.AddressEntry
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
Reference
Microsoft.Office.Interop.Outlook Namespace