Recipient.Resolved Property
Outlook Developer Reference |
Returns a Boolean that indicates True if the recipient has been validated against the Address Book. Read-only.
Syntax
expression.Resolved
expression A variable that represents a Recipient object.
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.
Example
This Visual Basic for Applications (VBA) example uses the Resolve method to resolve the Recipient object representing Dan Wilson, and then returns Dan's shared default Calendar folder.
Visual Basic for Applications |
---|
|
See Also