Account.GetRecipientFromID Method (Outlook)
Returns the Recipient object that is identified by the given entry ID.
Version Information
Version Added: Outlook 2010
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.