Gets or sets the envelope identifier to be transmitted along with the message
            and included in any DSNs issued.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property EnvelopeId As String Get Set | 
| C# | 
|---|
| public string EnvelopeId { get; set; } | 
Field Value
The envelope identifier. Remarks
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.
 
     
     
     
     
    