Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Gets the array of message attachments.

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

Remarks

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

Types

MessageAttachment

Represents a mail attachment.

{ // 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

  • No labels