Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

...

Array<MessageContact> myMessage.BCCList { get; set; }

Types

Contact

{ Address : string }

Remarks

To add a recipient use Message.BCC method.

Types

MessageContact

...

{ // Email address of contact. Address : string // Display name of contact. DisplayName : string }