SelectNamesDialog.NumberOfRecipientSelectors 属性 (Outlook)

返回或设置一个 OlRecipientSelectors 常量,该常量确定在 "选择姓名" 对话框中显示的收件人编辑框个数(每个编辑框关联一个命令按钮)。 读/写。

语法

expressionNumberOfRecipientSelectors

表达 一个代表 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.CcLabelSelectNamesDialog.BccLabelNumberOfRecipientSelectors 将保持不变。

如果您将 NumberOfRecipientSelectors 设置为 OlRecipientSelectors.olShowNoneSelectNamesDialog.AllowMultipleSelection 属性将被忽略。

另请参阅

SelectNamesDialog 对象

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。