Versions Compared

Key

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

Overview

...

Array<MessageAttachment> myMessage.Attachments { get; set; }

Remarks

Types

Attachment

...

To add an attachment use Message.Attach or Message.AttachFile methods.

Types

MessageAttachment

...

{ // Content of attachment in base64 encoding. Data : string // File id of attachment. If Id : string // Mime type of attachment. MimeType : string // File name of attachment. Name : string }

See Also