MailMessage.EnvelopeId Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
EnvelopeId
Gets or sets the envelope identifier to be transmitted along with the message and included in any DSNs issued.
Declaration
public string EnvelopeId { get; set; }
Property Value
Type | Description |
---|---|
String | The envelope identifier. |
Remarks
The purpose of the envelope identifier is to allow the sender of a message to identify the transaction for which the DSN was issued.
Please note that the envelope ID is not a part of a mail message and is not saved with it. Its purpose is to be used while sending the message.
Envelope ID must be an ASCII string up to 100 characters in length. Characters < 33 and character '+', '=' and character 127 are represented as three characters.