PowerTCP Mail for .NET
EnvelopeID Property




Specifies the envelope identifier to be transmitted with the message and returned with the DSN.
Syntax
<DefaultValueAttribute()>
Public Property EnvelopeID As String
Dim instance As DeliveryStatusNotification
Dim value As String
 
instance.EnvelopeID = value
 
value = instance.EnvelopeID
[DefaultValue()]
public string EnvelopeID {get; set;}
[DefaultValue()]
public: __property string* get_EnvelopeID();
public: __property void set_EnvelopeID( 
   string* value
);
[DefaultValue()]
public:
property String^ EnvelopeID {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value representing the envelope identifier to send with the message.
Remarks

When requesting a DSN, you can specify an identifier to track the status of a message. The value you specify as DeliveryStatusNotification.EnvelopeID, will be returned with the DSN in the "Original-Envelope-ID" header line. This value must be less than 100 characters.

See Also

Reference

DeliveryStatusNotification Class
DeliveryStatusNotification Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic