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.
NumberOfRecipientSelectors を OlRecipientSelectors.olShowTo に設定し、後で SelectNamesDialog.CcLabel または SelectNamesDialog.BccLabel のテキストを設定していて、 NumberOfRecipientSelectors は変更されません。
NumberOfRecipientSelectors を OlRecipientSelectors.olShowNone に設定した場合、 SelectNamesDialog.AllowMultipleSelection プロパティは無視されます。
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。