_SelectNamesDialog.Recipients プロパティ

定義

[名前の Recipients 選択] ダイアログで選択した受信者を表すコレクション オブジェクトを返すか、[名前の選択] ダイアログ ボックスに表示する最初の受信者を表す Recipients コレクション オブジェクトを設定します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

このプロパティは、[宛先]、[Cc]、[Bcc] の各編集ボックスの受信者の合計数と等しい Recipients コレクション オブジェクト Count を指定します。

場合は、[ 名前の選択] ダイアログ ボックスを表示する前にこのプロパティを設定しないと、 SelectNamesDialog.Recipients で表される 受信者 オブジェクトは、 Recipients.Count 値を 0 にがあります。

ユーザーが [名前の選択] ダイアログ ボックスから名前を選択せず、[OK] をクリックすると、SelectNamesDialog.RecipientsRecipients.Count が 0 に等しい Recipients コレクション オブジェクトを返します。

適用対象