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