是否可以使用 MAIL REST API create/send 包含 text/plain 和 text/html 正文的邮件?

Is it possible to create/send a message with both text/plain and text/html bodies using MAIL REST API?

查看 REST API 和 outlook 客户端库的文档,似乎 REST API 只支持请求中的 creating/sending TEXT 或 HTML 正文,但不支持两者.

如果有人能证实这一点,那就太好了。 API 是否提供编码 HTML 和纯文本正文的方法?

不,API 不支持这个。您设置其中之一,服务器会为 support/request 客户端创建一个等效的 "other"。