OlMailRecipientType Enumeration
Indicates the recipient type for the Item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlMailRecipientType
'Usage
Dim instance As OlMailRecipientType
public enum OlMailRecipientType
Members
Member name | Description | |
---|---|---|
olOriginator | Originator (sender) of the Item. | |
olTo | The recipient is specified in the To property of the Item. | |
olCC | The recipient is specified in the CC property of the Item. | |
olBCC | The recipient is specified in the BCC property of the Item. |
Remarks
Used by the Recipient.Type property of an Item.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace