The Type property specifies the recipient type of the Recipient object, that is, whether it is a To, Cc, or Bcc recipient. Read/write (read-only for a recipient on a message in the Inbox).
objRecip.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. |
Address Property (Recipient Object)