_Account.GetRecipientFromID(String) Method

Definition

Returns the Recipient object that is identified by the given entry ID.

public:
 Microsoft::Office::Interop::Outlook::Recipient ^ GetRecipientFromID(System::String ^ EntryID);
public Microsoft.Office.Interop.Outlook.Recipient GetRecipientFromID (string EntryID);
Public Function GetRecipientFromID (EntryID As String) As Recipient

Parameters

EntryID
String

The EntryID of the recipient.

Returns

Returns a Recipient object that represents the recipient associated with the specified entry ID.

Remarks

This method is similar to the GetRecipientFromID(String) method of the NameSpace object. If there are multiple Microsoft Exchange accounts in the current profile, use the GetRecipientFromID method for the corresponding account.

Applies to