Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OriginatingDomain property gets the HELO/EHLO string presented to the SMTP server.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property OriginatingDomain As String
Get
'Usage
Dim instance As DeliverableMailItem
Dim value As String
value = instance.OriginatingDomain
public abstract string OriginatingDomain { get; }
Property value
Type: System.String
he OriginatingDomain property returns the HELO/EHLO string presented to the SMTP server as a String object.