DeliverableMailItem.OriginatingDomain property
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.