Type Property (Recipient Object)

The Type property specifies the recipient type of the Recipient object, that is, whether it is a To, Cc, or Bcc recipient. Read/write.

Syntax

objRecipient.Type

Data Type

Long

Remarks

The Type property has the following defined values:

Recipient type Value Description
CdoTo 1 The recipient is on the To line (default).
CdoCc 2 The recipient is on the Cc line.
CdoBcc 3 The recipient is on the Bcc line.

The Type property corresponds to the MAPI property PR_RECIPIENT_TYPE.

See Also

Address Property (Recipient Object)