Table of Contents

Class ExchangeMailFlowConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the configuration of the mail flow settings for an Microsoft Exchange organization.

public class ExchangeMailFlowConfiguration : BaseTypeSection
Inheritance
ExchangeMailFlowConfiguration

Constructors

ExchangeMailFlowConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailFlowConfiguration class.

public ExchangeMailFlowConfiguration()

Properties

AcceptedDomains

Gets or sets the accepted domains configured in the organization.

public ExchangeAcceptedDomains AcceptedDomains { get; set; }

Property Value

ExchangeAcceptedDomains

EmailAddressPolicies

Gets or sets the email address policies configured in the organization.

public ExchangeEmailAddressPolicies EmailAddressPolicies { get; set; }

Property Value

ExchangeEmailAddressPolicies

ReceiveConnectors

Gets or sets the receive connectors configured for the organization. This only applies to Exchange On-Premises.

public ExchangeReceiveConnectors ReceiveConnectors { get; set; }

Property Value

ExchangeReceiveConnectors

RemoteDomains

Gets or sets the remote domains configured for the organization.

public ExchangeRemoteDomains RemoteDomains { get; set; }

Property Value

ExchangeRemoteDomains

SendConnectors

Gets or sets the send connectors configured for the organization. This only applies to Exchange On-Premises.

public ExchangeSendConnectors SendConnectors { get; set; }

Property Value

ExchangeSendConnectors

TransportRules

Gets or sets the transport rules configured for the organization.

public ExchangeTransportRules TransportRules { get; set; }

Property Value

ExchangeTransportRules

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeMailFlowConfiguration cloned from this object.

public ExchangeMailFlowConfiguration Clone()

Returns

ExchangeMailFlowConfiguration

A CENTREL.XIA.Configuration.Types.ExchangeMailFlowConfiguration.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeMailFlowConfiguration class from the specified XML.

public static ExchangeMailFlowConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeMailFlowConfiguration

A CENTREL.XIA.Configuration.Types.ExchangeMailFlowConfiguration class.