OlMailRecipientType 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.
Indicates the recipient type for the Item.
public enum class OlMailRecipientType
public enum OlMailRecipientType
Public Enum OlMailRecipientType
- Inheritance
-
OlMailRecipientType
Fields
Name | Value | Description |
---|---|---|
olOriginator | 0 | Originator (sender) of the Item. |
olTo | 1 | The recipient is specified in the To property of the Item. |
olCC | 2 | The recipient is specified in the CC property of the Item. |
olBCC | 3 | The recipient is specified in the BCC property of the Item. |
Remarks
Used by the Recipient.Type property of an Item.