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
JournalingReportNdrTo
Gets or sets the address to send undeliverable journal reports to.
public string JournalingReportNdrTo { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeJournalRules class from the specified XML.
public static ExchangeJournalRules FromXml(string xml)
Parameters
xml
stringThe 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.