_NameSpace.GetRecipientFromID Method
Returns a Recipient object identified by the specified entry ID (if valid).
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 _NameSpace
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
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.