Sign In  Sign Up Live-Chat

Problem with "MailMessage.ConfirmRead"

Last post 06-19-2008, 10:28 AM by liscio. 3 replies.
Sort Posts: Previous Next
  •  06-19-2008, 5:35 AM 132065

    Problem with "MailMessage.ConfirmRead"

    Hi,
    I am an aspose.network customer.

    If I try to send a message with ConfirmRead = true  it seems not to work properly...
    Maybe I miss something.... If I look for it in OnlineDocumentation, i got an error... If i search in members of MailMessage class, there is not a such property.
    For this, i opened an apposite topic.

    Anyway, no matter documentation, i need to use that property.... where i'm wrong? can you help me?

    Thanks.

    Andrea.

     
  •  06-19-2008, 6:15 AM 132077 in reply to 132065

    Re: Problem with "MailMessage.ConfirmRead"

    in the thread about documentation, Shl77 tell me that maybe it's an obsolete member.... very strange, i have it in my current dll, and it's not marked as obsolete.

    the assembly version i'm using is:

    3.8.2.0

     
  •  06-19-2008, 9:08 AM 132115 in reply to 132065

    Re: Problem with "MailMessage.ConfirmRead"

    Hi Andrea,

    Please add the following 2 MIME headers to the MailMessage object as a workaround for this issue.

    msg.Headers.Add(new MimeHeader("Read-Receipt-To", "mail@domain.com"));

    msg.Headers.Add(new MimeHeader("Disposition-Notification-To", "mail@domain.com"));


    Best Regards,

    Saqib Razzaq
    Support Developer
    Aspose Guangzhou Team

     
  •  06-19-2008, 10:28 AM 132133 in reply to 132115

    Re: Problem with "MailMessage.ConfirmRead"

    ok, now it works fine.

    thanks a lot, it's always a pleasure to work with you.

    best regards,
    Andrea.

     
View as RSS news feed in XML