Message.BCCList
Overview
Gets the array of message bcc recipients.
Array<
MessageContact> myMessage.BCCList { get; }
Remarks
To add a recipient use Message.BCC method.
Types
MessageContact
Represents a mail contact as recipient or sender.
{
// Email address of contact.
Address : string
// Display name of contact.
DisplayName : string
}
Copyright © 2010 - 2023 Emakin. All rights reserved.