OlRecipientSelectors Enum

Definition

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.

Applies to