[Mono-dev] Mail delivery Notifiaction

wanderer2019 lonleywanderer at mail.ru
Fri Sep 3 09:11:16 EDT 2010


Hello,

im having a problem to send delivery notification message from .NET
program..

Here is a peace of code that works fine from Windows:

MailMessage oMailMessage = new MailMessage("From", "To", "Subject", "Body");
oMailMessage.DeliveryNotificationOptions
=DeliveryNotificationOptions.OnFailure |
DeliveryNotificationOptions.OnSuccess;

But same code does not work being launched with mono.

Mono version 2.6.7.

Any suggestions? 


-- 
View this message in context: http://mono.1490590.n4.nabble.com/Mail-delivery-Notifiaction-tp2525634p2525634.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list