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
AllowHtmlEmail
Gets or sets whether to allow HTML-formatted email.
public BooleanOption AllowHtmlEmail { get; set; }
Property Value
AttachmentsEnabled
Gets or sets whether to allow attachments to be downloaded to device.
public BooleanOption AttachmentsEnabled { get; set; }
Property Value
MaxAttachmentSize
Gets or sets the maximum attachment size in KB.
public ulong MaxAttachmentSize { get; set; }
Property Value
MaxAttachmentSizeString
Gets the maximum attachment size.
public string MaxAttachmentSizeString { get; set; }
Property Value
MaxCalendarAgeFilter
Gets or sets the maximum age of calendar items to include.
public ExchangeMaxCalendarAgeFilter MaxCalendarAgeFilter { get; set; }
Property Value
MaxCalendarAgeFilterString
Gets the maximum age of calendar items to include.
public string MaxCalendarAgeFilterString { get; set; }
Property Value
MaxEmailAgeFilter
Gets or sets the maximum age of email items to include.
public ExchangeMaxEmailAgeFilter MaxEmailAgeFilter { get; set; }
Property Value
MaxEmailAgeFilterString
Gets the maximum age of email items to include.
public string MaxEmailAgeFilterString { get; set; }
Property Value
MaxEmailBodyTruncationSize
Gets or sets the email size limit in KB.
public int MaxEmailBodyTruncationSize { get; set; }
Property Value
MaxEmailBodyTruncationSizeString
Gets the email size limit.
public string MaxEmailBodyTruncationSizeString { get; set; }
Property Value
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
stringThe XML representation of the object.
Returns
- ExchangeMobileMailboxPolicySyncSettings
A CENTREL.XIA.Configuration.Types.ExchangeMobileMailboxPolicySyncSettings class.