OlRecipientSelectors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the edit boxes (for To, Cc, Bcc), if any, to be displayed in the Select Names dialog box.
public enum class OlRecipientSelectors
public enum OlRecipientSelectors
Public Enum OlRecipientSelectors
- Inheritance
-
OlRecipientSelectors
Fields
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. |