DsnAttachmentOriginalEnvelopeID Property
Gets the original envelope ID.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string OriginalEnvelopeID { get; }

Property Value

Type: String
A string containing the original envelope ID taken from "Original-Envelope-Id" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks

This field contains an "envelope identifier" which uniquely identifies the transaction during which the message was submitted by sender. When sending the original e-mail message, you can specify this ID using Smtp.DeliveryNotification.TrackingID property (the sending mail server, however, must support DSN extension).

In this example, DSN field is:
Original-Envelope-Id: A406980DD7D140DCAD796DDCE62EF673.MAI@afterlogic.com
The return value is marked bold.

See Also