Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Henk.deWet  
#1 Posted : Monday, September 21, 2015 2:56:39 PM(UTC)
Henk.deWet

Rank: Newbie

Groups: Registered
Joined: 3/20/2015(UTC)
Posts: 0

I found that the ReadReceipt = false had no effect and still got Read Receipts from mail sent to recipients.

The default for ReadReceipt is true and in turn writes the key “Disposition Notification-To” to the mail header.

The workaround I used was to remove the key:

SmtpMail oMail = new SmtpMail("XXXXXXXXXXXXX");
.
.
.
oMail.TextBody = "";
oMail.DeliveryNotification = DeliveryNotificationOptions.None;
oMail.IgnoreDeliveryNotificationError = true;
oMail.Priority = MailPriority.Normal;
oMail.Headers.RemoveAt(27);

No Read Receipt requests popped up when recipients open the email.

Hope it helps although it might be a temporary solution.
ivan  
#2 Posted : Monday, September 21, 2015 5:37:43 PM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)

Thank you very much, we will fix it at next release.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.053 seconds.

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.