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

戻り値

指定したエントリ ID に関連付けられている受信者を表す Recipient オブジェクトを返します。

注釈

このメソッドは、 オブジェクトの GetRecipientFromID(String) メソッドに NameSpace 似ています。 現在のプロファイルで複数の Microsoft Exchange アカウントがある場合は、対応するアカウントの GetRecipientFromID メソッドを使用します。

適用対象