OlMailRecipientType Enum

Definition

Indicates the recipient type for the Item.

public enum class OlMailRecipientType
public enum OlMailRecipientType
Public Enum OlMailRecipientType
Inheritance
OlMailRecipientType

Fields

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 of an Item.

Applies to