_NameSpace.GetRecipientFromID(String) Method

Definition

Returns a Recipient object identified by the specified entry ID (if valid).

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

A Recipient object that represents the specified recipient.

Remarks

This method is used for ease of transition between MAPI and OLE/Messaging applications and Microsoft Outlook.

Applies to