OlRecipientSelectors Enumeration
Specifies the edit boxes (for To, Cc, Bcc), if any, to be displayed in the Select Names dialog box.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlRecipientSelectors
'Usage
Dim instance As OlRecipientSelectors
public enum OlRecipientSelectors
Members
Member name | Description | |
---|---|---|
olShowNone | No edit box will be displayed. | |
olShowTo | Only an edit box for To recipients will be displayed. | |
olShowToCc | Only edit boxes for To and Cc recipients will be displayed. | |
olShowToCcBcc | Edit boxes for To, Cc, and Bcc recipients will be displayed. |
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace