Type Property (CDONTS Recipient Object)

Type Property (CDONTS 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 (read-only for a recipient on a message in the Inbox).

Syntax

        objRecip.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.

See Also

Concepts

Address Property (CDONTS Recipient Object)
Recipient Object (CDONTS Library)