Table of Contents

Class ExchangeTransportRules

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

Represents the transport rules configured in a Microsoft Exchange organization.

public class ExchangeTransportRules : BypassSection
Inheritance
ExchangeTransportRules
Inherited Members

Constructors

ExchangeTransportRules()

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

public ExchangeTransportRules()

Properties

Items

Gets or sets the items in the collection.

public ExchangeTransportRuleCollection Items { get; set; }

Property Value

ExchangeTransportRuleCollection

Methods

FromXml(string)

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

public static ExchangeTransportRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeTransportRules

A CENTREL.XIA.Configuration.Types.ExchangeTransportRules class.

ToString()

Returns the transport rules as a human readable string.

public override string ToString()

Returns

string

The transport rules as a human readable string.