Versions Compared

Key

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

Overview

...

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

Remarks

To add a recipient use Message.CC method.

Types

Contact

...

MessageContact

...

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