SmtpSession.HelloDomain property
When overridden in a derived class, the HelloDomain property gets or sets the domain specified by the client by using the HELO or EHLO command.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Property HelloDomain As String
Get
Friend Set
'Usage
Dim instance As SmtpSession
Dim value As String
value = instance.HelloDomain
public abstract string HelloDomain { get; internal set; }
Property value
Type: System.String