_MailItem.Recipients プロパティ

定義

Recipients Outlook アイテムのすべての受信者を表すコレクションを返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Outlook::Recipients ^ Recipients { Microsoft::Office::Interop::Outlook::Recipients ^ get(); };
public Microsoft.Office.Interop.Outlook.Recipients Recipients { get; }
Public ReadOnly Property Recipients As Recipients

プロパティ値

注釈

受信者の指定には、その受信者の表示名、エイリアス、または完全な SMTP 電子メール アドレスを表す文字列を使用できます。

適用対象