Platform SDK: CDO 1.2.1 |
The Type property specifies the recipient type of the Recipient object, that is, whether it is a To, Cc, or Bcc recipient. Read/write.
objRecipient.Type
Long
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.