Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 852 Bytes

Outlook.OlRecipientSelectors.md

File metadata and controls

27 lines (20 loc) · 852 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlRecipientSelectors enumeration (Outlook)
vbaol11.chm3108
vbaol11.chm3108
Outlook.OlRecipientSelectors
d7025d23-ef48-eeab-26b6-ea5ebee58c8e
06/08/2017
medium

OlRecipientSelectors enumeration (Outlook)

Specifies the edit boxes (for To, Cc, Bcc), if any, to be displayed in the Select Names dialog box.

Name Value Description
olShowNone 0 No edit box will be displayed.
olShowTo 1 Only an edit box for To recipients will be displayed.
olShowToCc 2 Only edit boxes for To and Cc recipients will be displayed.
olShowToCcBcc 3 Edit boxes for To, Cc, and Bcc recipients will be displayed.

[!includeSupport and feedback]