Class ExchangeMobileConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration of the mobile settings for an Microsoft Exchange organization.
public class ExchangeMobileConfiguration : BaseTypeSection
- Inheritance
-
ExchangeMobileConfiguration
Constructors
ExchangeMobileConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMobileConfiguration class.
public ExchangeMobileConfiguration()
Properties
MobileMailboxPolicies
Gets or sets the mobile mailbox policies configured in the organization.
public ExchangeMobileMailboxPolicies MobileMailboxPolicies { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileConfiguration cloned from this object.
public ExchangeMobileConfiguration Clone()
Returns
- ExchangeMobileConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeMobileConfiguration.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileConfiguration class from the specified XML.
public static ExchangeMobileConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeMobileConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeMobileConfiguration class.