Account.GetRecipientFromID method (Outlook)
Returns the Recipient object that is identified by the given entry ID.
Syntax
expression. GetRecipientFromID
( _EntryID_
)
expression A variable that represents an 'Account' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
EntryID | Required | String | The EntryID of the recipient. |
Return value
A Recipient object that represents the recipient associated with the specified entry ID.
Remarks
This method is similar to the GetRecipientFromID method of the NameSpace object. If there are multiple Microsoft Exchange accounts in the current profile, use the GetRecipientFromID method for the corresponding account.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.