MessageAttachment¶
Represents a mail attachment.
Capabilities¶
Properties¶
- MessageAttachment.Data: The content of the attachment, encoded in Base64.
- MessageAttachment.Id: The file ID of the attachment. If MessageAttachment.Data is set, this property is ignored.
- MessageAttachment.MimeType: The MIME type of the attachment.
- MessageAttachment.Name: The file name of the attachment.