_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受信者の 。

戻り値

指定された受信者を表す Recipient オブジェクトです。

注釈

このメソッドは、MAPI および OLE/メッセージング アプリケーションと Microsoft Outlook との互換性を保つために使用します。

適用対象