_SelectNamesDialog.NumberOfRecipientSelectors プロパティ

定義

[名前の選択] ダイアログ ボックスに表示される受信者編集ボックス (コマンド ボタンに関連付けられている各ボックス) の数を決定する定数を設定 OlRecipientSelectors または返します。 読み取り/書き込みが可能です。

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

プロパティ値

注釈

A recipient edit box allows you to enter recipient names. Each recipient edit box is associated with a command button in the Select Names dialog box; examples of a command button for a recipient edit box are the To and Cc command buttons. The default value of NumberOfRecipientSelectors is OlRecipientSelectors.olToCcBcc.

NumberOfRecipientSelectorsOlRecipientSelectors.olShowTo に設定した後、または のテキストCcLabelBccLabelを設定した場合、NumberOfRecipientSelectors は変更されません。

NumberOfRecipientSelectorsOlRecipientSelectors.olShowNone に設定した場合、AllowMultipleSelectionプロパティは無視されます。

適用対象