EhloCommandEventArgs.Domain property
The Domain property gets or sets the Simple Mail Transfer Protocol (SMTP) domain for the current instance of the EhloCommandEventArgs class.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Domain As String
Get
Set
'Usage
Dim instance As EhloCommandEventArgs
Dim value As String
value = instance.Domain
instance.Domain = value
public string Domain { get; set; }
Property value
Type: System.String