Class ExchangeMobileMailboxPolicyDeviceSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the device settings for a mobile mailbox policy for an Microsoft Exchange organization.
public class ExchangeMobileMailboxPolicyDeviceSettings : BaseTypeSection
- Inheritance
-
ExchangeMobileMailboxPolicyDeviceSettings
Constructors
ExchangeMobileMailboxPolicyDeviceSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings class.
public ExchangeMobileMailboxPolicyDeviceSettings()
Properties
AllowBluetooth
Gets or sets whether bluetooth is allowed by this policy.
public ExchangeMobileMailboxBluetoothType AllowBluetooth { get; set; }
Property Value
AllowBluetoothString
Gets whether bluetooth is allowed by this policy.
public string AllowBluetoothString { get; set; }
Property Value
AllowCamera
Gets or sets whether cameras are allowed by this policy.
public BooleanOption AllowCamera { get; set; }
Property Value
AllowDesktopSync
Gets or sets whether desktop syncronization is allowed by this policy.
public BooleanOption AllowDesktopSync { get; set; }
Property Value
AllowInternetSharing
Gets or sets whether internet sharing is allowed by this policy.
public BooleanOption AllowInternetSharing { get; set; }
Property Value
AllowIrDA
Gets or sets whether infrared is allowed by this policy.
public BooleanOption AllowIrDA { get; set; }
Property Value
AllowRemoteDesktop
Gets or sets whether remote desktop is allowed by this policy.
public BooleanOption AllowRemoteDesktop { get; set; }
Property Value
AllowStorageCard
Gets or sets whether removable storage is allowed by this policy.
public BooleanOption AllowStorageCard { get; set; }
Property Value
AllowWiFi
Gets or sets whether wi-fi is allowed by this policy.
public BooleanOption AllowWiFi { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings cloned from this object.
public ExchangeMobileMailboxPolicyDeviceSettings Clone()
Returns
- ExchangeMobileMailboxPolicyDeviceSettings
A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings class from the specified XML.
public static ExchangeMobileMailboxPolicyDeviceSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeMobileMailboxPolicyDeviceSettings
A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings class.