Gets and sets the list of addresses that should receive a blind
copy of the current message.
Syntax
object.Bcc [= value]
The Bcc property syntax has the following parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| value
|
A string which specifies one or
more addresses that a copy of the message will be delivered
to. |
Remarks
The Bcc property is used to specify one or more addresses
that a copy of the message will be delivered to. Note that these
addresses are not included in the message header and cannot be
viewed by the recipient.
Multiple addresses may be specified by separating them with a
comma. Each address must conform to the standard Internet address
format.
Data Type
String
See Also
Cc Property, From
Property, ReplyTo Property, To Property
|