Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 3.52 KB

Outlook.OlDefaultSelectNamesDisplayMode.md

File metadata and controls

28 lines (24 loc) · 3.52 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlDefaultSelectNamesDisplayMode enumeration (Outlook)
vbaol11.chm3107
vbaol11.chm3107
Outlook.OlDefaultSelectNamesDisplayMode
4a9c2183-c704-fc4d-e3c8-32c53b9688bb
02/06/2022
medium

OlDefaultSelectNamesDisplayMode enumeration (Outlook)

Specifies the default caption, the number of buttons, the button labels, and the address lists to display in the Select Names dialog box without requiring a resource file for any localized caption and labels.

Name Value Description
olDefaultDelegates 6 Displays one edit box for To recipients, uses localized string representing "Add" for the To button, and localized string representing "Add Users" for the caption. CcLabel and BccLabel are set to an empty string. Sets SelectNamesDialog.AllowMultipleSelection to True and SelectNamesDialog.NumberOfRecipientSelectors to olTo.
olDefaultMail 1 Displays three edit boxes for To, Cc, and Bcc recipients, uses localized strings representing "To", "Cc", and "Bcc" for To, Cc, and Bcc buttons, and localized string representing "Select Names" for the caption. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olToCcBcc.
olDefaultMeeting 2 Displays three edit boxes for Required, Optional, and Resource recipients, uses localized strings representing "Required", "Optional", and "Resources" for the To, Cc, and Bcc buttons, and localized string representing "Select Attendees and Resources" for the caption. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olToCcBcc.
olDefaultMembers 5 Displays one edit box for To recipients, uses localized string representing "To" for the To button, and localized string representing "Select Members" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.
olDefaultPickRooms 8 Displays one edit box for Resource recipients, uses localized string representing "Rooms" for To button, and localized string representing "Select Rooms" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olShowTo. InitialDisplayList is set to the Global Address List.
olDefaultSharingRequest 4 Displays one edit box for To recipients, uses localized string representing "To" for To button, and localized string representing "Select Names" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.
olDefaultSingleName 7 Displays no edit boxes for recipients, uses localized string representing "Select Name" for caption. ToLabel, CcLabel, and Bcclabel are set to an empty string. Sets AllowMultipleSelection to False and NumberOfRecipientSelectors to olNone.
olDefaultTask 3 Displays one edit box for To recipients, uses localized string representing "To" for To button, and localized string representing "Select Task Recipient" for caption. CcLabel and BccLabel are set to an empty string. Sets AllowMultipleSelection to True and NumberOfRecipientSelectors to olTo.

[!includeSupport and feedback]