Table of Contents

Class ExchangeMobileMailboxPolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a mobile mailbox policy configured in a Microsoft Exchange organization.

public class ExchangeMobileMailboxPolicy : BaseTypeSection, IComparable<ExchangeMobileMailboxPolicy>
Inheritance
ExchangeMobileMailboxPolicy
Implements

Constructors

ExchangeMobileMailboxPolicy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy class.

public ExchangeMobileMailboxPolicy()

Properties

AllowNonProvisionableDevices

Gets or sets whether to allow mobile devices that don’t fully support these policies to synchronize.

public BooleanOption AllowNonProvisionableDevices { get; set; }

Property Value

BooleanOption

Device

Gets or sets the device settings for the policy.

public ExchangeMobileMailboxPolicyDeviceSettings Device { get; set; }

Property Value

ExchangeMobileMailboxPolicyDeviceSettings

Guid

Gets or sets the identifier of the mobile mailbox policy in GUID format.

public string Guid { get; set; }

Property Value

string

Identity

Gets or sets the identity of the mobile mailbox policy.

public string Identity { get; set; }

Property Value

string

IsDefault

Gets or sets whether the policy is the default.

public BooleanOption IsDefault { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the mobile mailbox policy.

public string Name { get; set; }

Property Value

string

Password

Gets or sets the password settings for the policy.

public ExchangeMobileMailboxPolicyPasswordSettings Password { get; set; }

Property Value

ExchangeMobileMailboxPolicyPasswordSettings

Sync

Gets or sets the device sync settings for the policy.

public ExchangeMobileMailboxPolicySyncSettings Sync { get; set; }

Property Value

ExchangeMobileMailboxPolicySyncSettings

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy cloned from this object.

public ExchangeMobileMailboxPolicy Clone()

Returns

ExchangeMobileMailboxPolicy

A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy.

CompareTo(ExchangeMobileMailboxPolicy)

Compares two CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy objects to allow sorting alphabetically by name.

public int CompareTo(ExchangeMobileMailboxPolicy other)

Parameters

other ExchangeMobileMailboxPolicy

The CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicy objects.