Office.MailboxEnums.AttachmentContentFormat enum
Specifies the formatting that applies to an attachment's content.
Remarks
[Api set: Mailbox 1.8]
Applicable Outlook mode: Compose or Read
Fields
| Base64 = "base64" | The content of the attachment is returned as a Base64-encoded string. |
| Url = "url" | The content of the attachment is returned as a string representing a URL. |
| Eml = "eml" | The content of the attachment is returned as a string representing an .eml formatted file. |
| ICalendar = "iCalendar" | The content of the attachment is returned as a string representing an .icalendar formatted file. |