RejectEventArgs.Command property
The Command property gets a value that specifies the complete Simple Mail Transfer Protocol (SMTP) command being rejected.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property Command As String
Get
'Usage
Dim instance As RejectEventArgs
Dim value As String
value = instance.Command
public string Command { get; }
Property value
Type: System.String