Message.Attachments
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
Copyright © 2010 - 2023 Emakin. All rights reserved.