Table of Contents

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

ExchangeMobileMailboxBluetoothType

AllowBluetoothString

Gets whether bluetooth is allowed by this policy.

public string AllowBluetoothString { get; set; }

Property Value

string

AllowCamera

Gets or sets whether cameras are allowed by this policy.

public BooleanOption AllowCamera { get; set; }

Property Value

BooleanOption

AllowDesktopSync

Gets or sets whether desktop syncronization is allowed by this policy.

public BooleanOption AllowDesktopSync { get; set; }

Property Value

BooleanOption

AllowInternetSharing

Gets or sets whether internet sharing is allowed by this policy.

public BooleanOption AllowInternetSharing { get; set; }

Property Value

BooleanOption

AllowIrDA

Gets or sets whether infrared is allowed by this policy.

public BooleanOption AllowIrDA { get; set; }

Property Value

BooleanOption

AllowRemoteDesktop

Gets or sets whether remote desktop is allowed by this policy.

public BooleanOption AllowRemoteDesktop { get; set; }

Property Value

BooleanOption

AllowStorageCard

Gets or sets whether removable storage is allowed by this policy.

public BooleanOption AllowStorageCard { get; set; }

Property Value

BooleanOption

AllowWiFi

Gets or sets whether wi-fi is allowed by this policy.

public BooleanOption AllowWiFi { get; set; }

Property Value

BooleanOption

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 string

The XML representation of the object.

Returns

ExchangeMobileMailboxPolicyDeviceSettings

A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicyDeviceSettings class.