如何阅读Microsoft Exchange 2007 IPM.Note信息

发布于 2024-12-11 22:32:15 字数 112 浏览 0 评论 0原文

我必须阅读 IPM 注释并获取以下 2 条信息

1)谁向谁发送邮件 2) 所有邮件仍处于 uread 状态

我想知道如何在 C# 编码中执行相同的操作。

提前致谢

I have to read IPM note and get the following 2 information

1)who send mail to whom
2) which all mail still in uread state

I want to know how to do the same in c# coding.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

仅冇旳回忆 2024-12-18 22:32:16

您可以使用此处描述的方法:http://www.infinitec.de/post/2011/09/08/FindItems-Helper-method-for-the-Exchange-Managed-API.aspx

只需请求 EmailMessageSchema.DisplayTo、EmailMessageSchema.DisplayCc 和 EmailMessageSchema.From。

You can use the method described here: http://www.infinitec.de/post/2011/09/08/FindItems-Helper-method-for-the-Exchange-Managed-API.aspx.

Just request EmailMessageSchema.DisplayTo, EmailMessageSchema.DisplayCc and EmailMessageSchema.From.

独守阴晴ぅ圆缺 2024-12-18 22:32:16

使用 Outlook 对象模型 - MailItem 对象(包装 IPM.Note 消息)公开 Sender、UnRead、Recipients 属性。

Use the Outlook Object Model - MailItem object (wich wraps the IPM.Note messages) exposes Sender, UnRead, Recipients properties.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文