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

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get Information About Multiple Accounts

How to: Get Information About the Current User