Table of Contents

Class ExchangeMobileMailboxPolicySyncSettings

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

Represents the sync settings for a mobile mailbox policy for an Microsoft Exchange organization.

public class ExchangeMobileMailboxPolicySyncSettings : BaseTypeSection
Inheritance
ExchangeMobileMailboxPolicySyncSettings

Constructors

ExchangeMobileMailboxPolicySyncSettings()

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

public ExchangeMobileMailboxPolicySyncSettings()

Properties

AllowDirectPushWhenRoaming

Gets or sets whether to allow direct push when roaming.

public BooleanOption AllowDirectPushWhenRoaming { get; set; }

Property Value

BooleanOption

AllowHtmlEmail

Gets or sets whether to allow HTML-formatted email.

public BooleanOption AllowHtmlEmail { get; set; }

Property Value

BooleanOption

AttachmentsEnabled

Gets or sets whether to allow attachments to be downloaded to device.

public BooleanOption AttachmentsEnabled { get; set; }

Property Value

BooleanOption

MaxAttachmentSize

Gets or sets the maximum attachment size in KB.

public ulong MaxAttachmentSize { get; set; }

Property Value

ulong

MaxAttachmentSizeString

Gets the maximum attachment size.

public string MaxAttachmentSizeString { get; set; }

Property Value

string

MaxCalendarAgeFilter

Gets or sets the maximum age of calendar items to include.

public ExchangeMaxCalendarAgeFilter MaxCalendarAgeFilter { get; set; }

Property Value

ExchangeMaxCalendarAgeFilter

MaxCalendarAgeFilterString

Gets the maximum age of calendar items to include.

public string MaxCalendarAgeFilterString { get; set; }

Property Value

string

MaxEmailAgeFilter

Gets or sets the maximum age of email items to include.

public ExchangeMaxEmailAgeFilter MaxEmailAgeFilter { get; set; }

Property Value

ExchangeMaxEmailAgeFilter

MaxEmailAgeFilterString

Gets the maximum age of email items to include.

public string MaxEmailAgeFilterString { get; set; }

Property Value

string

MaxEmailBodyTruncationSize

Gets or sets the email size limit in KB.

public int MaxEmailBodyTruncationSize { get; set; }

Property Value

int

MaxEmailBodyTruncationSizeString

Gets the email size limit.

public string MaxEmailBodyTruncationSizeString { get; set; }

Property Value

string

Methods

Clone()

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

public ExchangeMobileMailboxPolicySyncSettings Clone()

Returns

ExchangeMobileMailboxPolicySyncSettings

A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicySyncSettings.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicySyncSettings class from the specified XML.

public static ExchangeMobileMailboxPolicySyncSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeMobileMailboxPolicySyncSettings

A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicySyncSettings class.