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.

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

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”));

ok, now it works fine.

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

best regards,
Andrea.