Author |
|
Gabriele Newbie
Joined: 14 May 2012
Online Status: Offline Posts: 1
|
Posted: 14 May 2012 at 5:55am | IP Logged
|
|
|
Hello,
I would associate a send email with the delivery status notification received from the server.
I have set a custom message id, with the SetUniqueMessageID property. Can i associate the delivery status notification with my custom message id?
I read something about tracking id property, but i don't know if is the right way.
Thanks.
Gabriele
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 May 2012 at 6:03am | IP Logged
|
|
|
For this, you would need to check DsnAttachment.OriginalEnvelopeID property. When sending the message out, the value is supplied with DeliveryNotificationOptions.TrackingID property. To make this work, you'll need to ensure SMTP server you use supports DSN extension.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|