Table of Contents

Class ExchangeOwaEnabledFeatures

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

Represents the features that are enabled for Outlook web access an Microsoft Exchange organization.

public class ExchangeOwaEnabledFeatures : BaseTypeSection
Inheritance
ExchangeOwaEnabledFeatures

Constructors

ExchangeOwaEnabledFeatures()

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

public ExchangeOwaEnabledFeatures()

Properties

ActiveSyncIntegration

Gets or sets whether Exchange ActiveSync is enabled.

public BooleanOption ActiveSyncIntegration { get; set; }

Property Value

BooleanOption

AllAddressLists

Gets or sets whether all address lists are enabled.

public BooleanOption AllAddressLists { get; set; }

Property Value

BooleanOption

AllowCopyContactsToDeviceAddressBook

Gets or sets whether mobile device contact sync is enabled.

public BooleanOption AllowCopyContactsToDeviceAddressBook { get; set; }

Property Value

BooleanOption

Calendar

Gets or sets whether calendars are enabled.

public BooleanOption Calendar { get; set; }

Property Value

BooleanOption

ChangePassword

Gets or sets whether the ability to change password is enabled.

public BooleanOption ChangePassword { get; set; }

Property Value

BooleanOption

Contacts

Gets or sets whether contacts are enabled.

public BooleanOption Contacts { get; set; }

Property Value

BooleanOption

InstantMessaging

Gets or sets whether instant messaging is enabled.

public BooleanOption InstantMessaging { get; set; }

Property Value

BooleanOption

InterestingCalendars

Gets or sets whether interesting calendars are enabled. This only applies to Exchange Online.

public BooleanOption InterestingCalendars { get; set; }

Property Value

BooleanOption

Journal

Gets or sets whether journaling is enabled.

public BooleanOption Journal { get; set; }

Property Value

BooleanOption

JunkEmail

Gets or sets whether junk email filtering is enabled.

public BooleanOption JunkEmail { get; set; }

Property Value

BooleanOption

LinkedIn

Gets or sets whether LinkedIn contact sync is enabled.

public BooleanOption LinkedIn { get; set; }

Property Value

BooleanOption

LocalEvents

Gets or sets whether local events are enabled. This only applies to Exchange Online.

public BooleanOption LocalEvents { get; set; }

Property Value

BooleanOption

Notes

Gets or sets whether notes are enabled.

public BooleanOption Notes { get; set; }

Property Value

BooleanOption

Places

Gets or sets whether places is enabled. This only applies to Exchange Online.

public BooleanOption Places { get; set; }

Property Value

BooleanOption

PremiumClient

Gets or sets whether the premium client is enabled.

public BooleanOption PremiumClient { get; set; }

Property Value

BooleanOption

RecoverDeletedItems

Gets or sets whether the recovery of deleted items is enabled.

public BooleanOption RecoverDeletedItems { get; set; }

Property Value

BooleanOption

RemindersAndNotifications

Gets or sets whether reminders and notifications are enabled.

public BooleanOption RemindersAndNotifications { get; set; }

Property Value

BooleanOption

Rules

Gets or sets whether inbox rules are enabled.

public BooleanOption Rules { get; set; }

Property Value

BooleanOption

Signatures

Gets or sets whether email signatures are enabled.

public BooleanOption Signatures { get; set; }

Property Value

BooleanOption

Tasks

Gets or sets whether tasks are enabled.

public BooleanOption Tasks { get; set; }

Property Value

BooleanOption

TextMessaging

Gets or sets whether text messaging is enabled.

public BooleanOption TextMessaging { get; set; }

Property Value

BooleanOption

ThemeSelection

Gets or sets whether themes are enabled.

public BooleanOption ThemeSelection { get; set; }

Property Value

BooleanOption

UMIntegration

Gets or sets whether Unified Messaging integration is enabled.

public BooleanOption UMIntegration { get; set; }

Property Value

BooleanOption

Weather

Gets or sets whether weather is enabled. This only applies to Exchange Online.

public BooleanOption Weather { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public ExchangeOwaEnabledFeatures Clone()

Returns

ExchangeOwaEnabledFeatures

A CENTREL.XIA.Configuration.Types.ExchangeOwaEnabledFeatures.

FromXml(string)

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

public static ExchangeOwaEnabledFeatures FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeOwaEnabledFeatures

A CENTREL.XIA.Configuration.Types.ExchangeOwaEnabledFeatures class.