| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
By default, the string must be 7-bit ASCII. If the text must contain any other characters,
then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string.
MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=.
For more information, see RFC 2047.
The BCC: field(s) of the message.
Type: String list
Required: No
The CC: field(s) of the message.
Type: String list
Required: No
The To: field(s) of the message.
Type: String list
Required: No