_Account.GetRecipientFromID Method
Returns the Recipient object that is identified by the given entry ID.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function GetRecipientFromID ( _
EntryID As String _
) As Recipient
'Usage
Dim instance As _Account
Dim EntryID As String
Dim returnValue As Recipient
returnValue = instance.GetRecipientFromID(EntryID)
[DispIdAttribute()]
Recipient GetRecipientFromID(
string EntryID
)
Parameters
EntryID
Type: System.StringThe EntryID of the recipient.
Return Value
Type: Microsoft.Office.Interop.Outlook.Recipient
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.