Recipient.Resolved Property

Returns a Boolean (bool in C#) that indicates True if the recipient has been validated against the Address Book. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Resolved As Boolean
    Get
'Usage
Dim instance As Recipient
Dim value As Boolean

value = instance.Resolved
[DispIdAttribute()]
bool Resolved { get; }

Property Value

Type: System.Boolean

Remarks

If similar names exist for a recipient in an Address Book, you can resolve the recipient by specifying the recipient's full SMTP e-mail address.

See Also

Reference

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Distribution List