AcceptedDomainType enumeration

Specifies the type of accepted domain that you want to configure.

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

Syntax

'Declaration
Public Enumeration AcceptedDomainType
'Usage
Dim instance As AcceptedDomainType
public enum AcceptedDomainType

Members

Member name Description
Authoritative The domain is in the Exchange organization.
ExternalRelay The domain is served by an e-mail server outside the Exchange organization and outside the organization’s control.
InternalRelay The domain is served by an e-mail server outside the Exchange organization and but inside the organization’s control.

Remarks

Valid values are Authoritative, InternalRelay, or ExternalRelay. You must set at least one value. In an authoritative domain, messages are delivered to a recipient that has a domain account in your Exchange organization. In an internal relay domain, messages are relayed to a server outside your Exchange organization, but still under the authority of your company or IT department. Use the internal relay domain if you want to treat the messages to this domain as internal messages. In an external relay domain, messages are relayed to an email server, outside your organization, which you don't control.The default value is Authoritative.

See also

Reference

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace