Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是 Office 365 试用开发者帐户,并使用 Visual Studio 2012 创建了一个应用程序。我想知道:
撰写邮件时,在发送电子邮件之前,它是否具有我可以使用 Office.context.mailbox.item.itemId 获取的邮件 ID?
我可以在保存消息或仅通过消息 ID 发送电子邮件时获取 itemId 吗?
实际上,您甚至无法使用 Mail App 直接创建新电子邮件。您必须使用 Mailbox.makeEWSRequestAsync 调用并使用 Exchange Web 服务中的 CreateItem 方法。但是在保存项目之前,AFAIK itemid 不可用。