RoutingDomain.IsSmtp Method
The 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
The IsSmtp() method returns true if the domain is of type Smtp; otherwise, it returns false.