HelpCommandEventArgs.HelpArgument Property
The HelpArgument property gets or sets a value that specifies the optional argument to the Simple Mail Transfer Protocol (SMTP)HELP command.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property HelpArgument As String
Get
Set
'Usage
Dim instance As HelpCommandEventArgs
Dim value As String
value = instance.HelpArgument
instance.HelpArgument = value
public string HelpArgument { get; set; }
Property Value
Type: System.String