如何从Office Mail App获取电子邮件标题(该应用程序的目的是显示标题中的一些信息)?我没有找到任何有用的文档或样本。
作为电子邮件标题,我的意思是看起来像这样的文本:
Received: from abc (def) by ghi (jkl) with mno; pqr
From: abc <def>
To: ghi <jkl>
Subject: mno
Date: pqr
Message-ID: <stu>
Accept-Language: vwx
Content-Language: yza
通过Outlook Mail应用程序,我的意思是通过选择Visual Studio 2013 Update 3 - File - New - Project - Templates - Visual C# - Office/SharePoint - Apps - Apps for Office
创建项目,选择Mail
作为应用类型,并清除除Email message: Read form
以外的所有内容。
答案 0 :(得分:0)
您可以使用Mailbox.makeEwsRequestAsync方法(https://msdn.microsoft.com/en-us/library/office/fp161019.aspx)向Exchange服务器发出请求以获取电子邮件标头。
您可以在此答案中找到EWS标头请求的示例:Read email headers in Outlook Web Access (OWA)