_Account.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 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
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.