Class ExchangeOwaMailboxPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Outlook web policies configured in a Microsoft Exchange organization.
public class ExchangeOwaMailboxPolicies : BypassSection
- Inheritance
-
ExchangeOwaMailboxPolicies
- Inherited Members
Constructors
ExchangeOwaMailboxPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicies class.
public ExchangeOwaMailboxPolicies()
Properties
Items
Gets or sets the items in the collection.
public ExchangeOwaMailboxPolicyCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicies class from the specified XML.
public static ExchangeOwaMailboxPolicies FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeOwaMailboxPolicies
A CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicies class.
ToString()
Returns the Outlook web policies as a human readable string.
public override string ToString()
Returns
- string
The Outlook web policies as a human readable string.