_NameSpace.GetRecipientFromID(String) 方法

定义

Recipient如果有效) ,则返回由指定的条目 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

参数

EntryID
String

EntryID收件人的 。

返回

收件人 对象,该对象代表指定的收件人。

注解

此方法用于简化 MAPI 和 OLE/Messaging 应用程序与 Microsoft Outlook 之间的转换。

适用于