Table of Contents

Class ExchangeReceiveConnectors

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

Represents the receive connectors configured in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeReceiveConnectors : BypassSection
Inheritance
ExchangeReceiveConnectors
Inherited Members

Constructors

ExchangeReceiveConnectors()

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

public ExchangeReceiveConnectors()

Properties

Items

Gets or sets the items in the collection.

public ExchangeReceiveConnectorCollection Items { get; set; }

Property Value

ExchangeReceiveConnectorCollection

Methods

FromXml(string)

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

public static ExchangeReceiveConnectors FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeReceiveConnectors

A CENTREL.XIA.Configuration.Types.ExchangeReceiveConnectors class.

ToString()

Returns the receive connectors as a human readable string.

public override string ToString()

Returns

string

The receive connectors as a human readable string.