Can Office 365 REST API send an email with both plain text and HTML body?
问题 I'm looking at the API docs, and it looks like you can specify only one Body in a Message . Sending a message: https://msdn.microsoft.com/en-us/office/office365/api/mail-rest-operations#SendMessages The Message type: https://msdn.microsoft.com/en-us/office/office365/api/complex-types-for-mail-contacts-calendar#MessageResource Is it possible to do something like a multi-part message with plain text and HTML? Ultimately I'm looking to send this message with an attached calendar meeting