SelectNamesDialog.NumberOfRecipientSelectors プロパティ (Outlook)

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

構文

NumberOfRecipientSelectors

SelectNamesDialog オブジェクトを表す変数。

注釈

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 に設定し、後で SelectNamesDialog.CcLabel または SelectNamesDialog.BccLabel のテキストを設定していて、 NumberOfRecipientSelectors は変更されません。

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

関連項目

SelectNamesDialog オブジェクト

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。