Share via


AcceptedDomain.DomainType property

Identifies the type of domain for which the Exchange server sends and receives email.

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property DomainType As AcceptedDomainType
    Get
    Set
'Usage
Dim instance As AcceptedDomain
Dim value As AcceptedDomainType

value = instance.DomainType

instance.DomainType = value
public AcceptedDomainType DomainType { get; set; }

Property value

Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.AcceptedDomainType
An enumeration value that identifies the domain type.

See also

Reference

AcceptedDomain class

AcceptedDomain members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace