Table of Contents

Class ExchangeJournalRules

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

Represents the journal rules configured in a Microsoft Exchange organization.

public class ExchangeJournalRules : BypassSection
Inheritance
ExchangeJournalRules
Inherited Members

Constructors

ExchangeJournalRules()

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

public ExchangeJournalRules()

Properties

Items

Gets or sets the items in the collection.

public ExchangeJournalRuleCollection Items { get; set; }

Property Value

ExchangeJournalRuleCollection

JournalingReportNdrTo

Gets or sets the address to send undeliverable journal reports to.

public string JournalingReportNdrTo { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static ExchangeJournalRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeJournalRules

A CENTREL.XIA.Configuration.Types.ExchangeJournalRules class.

ToString()

Returns the journal rules as a human readable string.

public override string ToString()

Returns

string

The journal rules as a human readable string.