我们如何使用图表 API 在消息 body 的页脚和 header 中发送徽标

How do we send logo in footer and header of message body using graph API

我需要使用图表 API 在 header 和消息 body 的页脚部分发送微软徽标。以前我们使用带有邮件消息的 smtp 服务器,它支持带有 alternativeView 的 Linkedresource。现在我需要如何使用图形 API 设置徽标。 graph api 中是否有任何支持的相似类型? 请在这里帮忙。

提前致谢

不幸的是,您本身没有任何 footer/header 作为使用 Microsoft Graph API 的邮件正文的一部分。这是已在 Microsoft Uservoice 中提交以支持电子邮件签名的 documentation about the message body. As a last option, you can consider adding attachment (as inline), but i am not sure it will help you. Being said that i remember a related feature request(以便您可以将徽标放入其中)。考虑对其进行投票,以便它可以由 Microsoft Graph 团队实施。