RoutingDomain.IsSmtp method
Indicates whether the domain is of type SMTP.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function IsSmtp As Boolean
'Usage
Dim instance As RoutingDomain
Dim returnValue As Boolean
returnValue = instance.IsSmtp()
public bool IsSmtp()
Return value
Type: System.Boolean
true if the domain is of type SMTP; otherwise, false.