MailCommandEventArgs.EnvelopeId property
The EnvelopeId property gets or sets a value that specifies the optional ENVIDSimple Mail Transfer Protocol (SMTP) parameter for the event to which this instance of the MailCommandEventArgs class was passed.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property EnvelopeId As String
Get
Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As String
value = instance.EnvelopeId
instance.EnvelopeId = value
public string EnvelopeId { get; set; }
Property value
Type: System.String