_NameSpace.GetRecipientFromID(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.