OlMailRecipientType enumeration (Outlook)
Indicates the recipient type for the Item.
Name | Value | Description |
---|---|---|
olBCC | 3 | The recipient is specified in the BCC property of the Item. |
olCC | 2 | The recipient is specified in the CC property of the Item. |
olOriginator | 0 | Originator (sender) of the Item. |
olTo | 1 | The recipient is specified in the To property of the Item. |
Remarks
Used by the Recipient.Type property (Outlook) of an Item.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.