阅读回执邮件通知 [英] Read reciepent mail Notification

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

问题描述

朋友们,

我是Amandeep,正在开发一个应用程序.我想制作一个只要用户第一次阅读邮件就可以读取邮件通知的应用程序,这样我就可以收到一条通知作为确认.

[Edit Keith]:尽可能地修复了英语.

Hi friends,

I am Amandeep and I am developing an application. I want to make an app which gets read mail notifications whenever the user first reads the mail so I get a notification to my account as acknowledgement.

: Fixed English as best as I could.

推荐答案

Amandeep,

您未指定是否正在编写电子邮件客户端.
以下代码将已读回执设置为最常见的发送消息的方法:

Amandeep,

You don''t specify if you are writing an e-mail client or not.
The folloing code sets the read receipt on the most common method of sending a message:

MailMessage objMailMessage1 = new MailMessage("foo@bar.com", "ronny@gmail.com");
//....
objMailMessage1.DeliveryNotificationOptions = DeliveryNotificationOptions.OnSuccess;
//...



请注意以下几点:首先,如果收件人决定不发送已读回执,则您无能为力.其次,如果您希望将已读回执发送到发件人的其他帐户,则会遇到更多问题.



There are a couple of words of caution: First, if the recipient decides no to send a read receipt, there is nothing you can do about it; Second, if you want so send the read receipt to a different account to the sender, you will have more problems.


这篇关于阅读回执邮件通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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