AcceptedDomain.IsInCorporation property
When overridden in a derived class, the IsInCorporation property gets a Boolean value that indicates whether the domain represented by the instance of the class derived from the AcceptedDomain class is in the Active Directory directory service forest of the server.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsInCorporation As Boolean
Get
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean
value = instance.IsInCorporation
public abstract bool IsInCorporation { get; }
Property value
Type: System.Boolean
The IsInCorporation property returns true if the domain is in the Active Directory forest of the server; otherwise, the property returns false.