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
public string Domain { get; set; }
public:
property String^ Domain {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Domain ()

/** @property */
public void set_Domain (String value)
public function get Domain () : String

public function set Domain (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003