阅读收据和Outlook阅读 [英] Read receipt And Outlook read

查看:235
本文介绍了阅读收据和Outlook阅读的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我正在通过asp.net页面发送电子邮件.当收件人从他的收件箱中读取电子邮件时,我希望确认已阅读邮件;当我收到确认邮件时,我想阅读我的Outlook收件箱,并检查是否已收到与我发送给他的邮件相同的确认邮件.为了更详细地介绍我的情况,请以简单的例子来说明,以便您更好地理解.

1.我已将邮件发送到abc@abc.com
2. abc接收并读取邮件.
3. abc读取邮件后,一封已读回执将立即进入我的Outlook收件箱.
4.现在,我想通过我的代码阅读此已读回执确认.

我该怎么办?

所以请帮我.希望你能回答我的问题.示例示例将为我提供更多帮助.

谢谢&问候
Yogesh

Hello Friends,

I am sending a email through asp.net page. When receiver reads the email from his inbox I want the acknowledgement that Mail is read and when I received the acknowledgement mail, I want to read my outlook inbox and check that I received the acknowledgement for the same mail which I had sent to him. For more detail I am giving my situation in points in simple example for your better understanding.

1. I sent the mail to abc@abc.com
2. abc receives the mail and reads it.
3. As soon as abc reads the mail one read receipt acknowledgement will come into my outlook Inbox.
4. Now I want to read this read receipt acknowledgement through my code.

How can I do this?

So please help me on this. Hope you got my question. sample example will help me more.

thanks & regards
Yogesh

推荐答案

您可以查找属性"report-type = delivery-status;".在邮件标题中.要从MailItem读取此信息,可以使用以下代码:

MailItem.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x007D001E")

要遍历邮件,您可以查看我写的一篇关于将邮件保存到单独文件中的文章.

将所有Outlook Mail项目保存到单独的文件中 [
You could look for the property "report-type=delivery-status;" in the mail header. To read this from the MailItem you could use the code below:

MailItem.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x007D001E")

To traverse the mail items you could look at an article I wrote on saving mail items to separate files.

Save all Outlook Mail Items to separate files[^]

Good luck!


这篇关于阅读收据和Outlook阅读的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆