DeliveryNotificationOptionsTrackingID Property |
Gets or sets the unique string (called message transmission envelope)
which will be returned with delivery status notification messages.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string TrackingID { get; set; }
Public Property TrackingID As String
Get
Set
Property Value
Type:
StringThe string which will be returned with delivery status notification messages.
The default value is
Empty.
Remarks The developer can set this property in order to be able to match
notification messages with original messages. This is useful if many messages
being sent and many delivery notifications being returned, and often used in
bounced mail processing. For instance,
this value will be available through
OriginalEnvelopeID property
of the delivery status notification message which will be sent by the destination
mail server upon delivery (or not delivery) of your e-mail message.
Note |
---|
In .NET Core and UWP apps, BounceMail component is not supported yet. |
See Also