Freigeben über


HeloCommandEventArgs.Domain Property

The Domain property gets or sets a value that specifies the domain parameter of the Simple Mail Transfer Protocol (SMTP)HELO command.

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 HeloCommandEventArgs
Dim value As String

value = instance.Domain

instance.Domain = value
public string Domain { get; set; }

Property Value

Type: System.String