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
AllAddressLists
Gets or sets whether all address lists are enabled.
public BooleanOption AllAddressLists { get; set; }
Property Value
AllowCopyContactsToDeviceAddressBook
Gets or sets whether mobile device contact sync is enabled.
public BooleanOption AllowCopyContactsToDeviceAddressBook { get; set; }
Property Value
Calendar
Gets or sets whether calendars are enabled.
public BooleanOption Calendar { get; set; }
Property Value
ChangePassword
Gets or sets whether the ability to change password is enabled.
public BooleanOption ChangePassword { get; set; }
Property Value
Contacts
Gets or sets whether contacts are enabled.
public BooleanOption Contacts { get; set; }
Property Value
InstantMessaging
Gets or sets whether instant messaging is enabled.
public BooleanOption InstantMessaging { get; set; }
Property Value
InterestingCalendars
Gets or sets whether interesting calendars are enabled. This only applies to Exchange Online.
public BooleanOption InterestingCalendars { get; set; }
Property Value
Journal
Gets or sets whether journaling is enabled.
public BooleanOption Journal { get; set; }
Property Value
JunkEmail
Gets or sets whether junk email filtering is enabled.
public BooleanOption JunkEmail { get; set; }
Property Value
Gets or sets whether LinkedIn contact sync is enabled.
public BooleanOption LinkedIn { get; set; }
Property Value
LocalEvents
Gets or sets whether local events are enabled. This only applies to Exchange Online.
public BooleanOption LocalEvents { get; set; }
Property Value
Notes
Gets or sets whether notes are enabled.
public BooleanOption Notes { get; set; }
Property Value
Places
Gets or sets whether places is enabled. This only applies to Exchange Online.
public BooleanOption Places { get; set; }
Property Value
PremiumClient
Gets or sets whether the premium client is enabled.
public BooleanOption PremiumClient { get; set; }
Property Value
RecoverDeletedItems
Gets or sets whether the recovery of deleted items is enabled.
public BooleanOption RecoverDeletedItems { get; set; }
Property Value
RemindersAndNotifications
Gets or sets whether reminders and notifications are enabled.
public BooleanOption RemindersAndNotifications { get; set; }
Property Value
Rules
Gets or sets whether inbox rules are enabled.
public BooleanOption Rules { get; set; }
Property Value
Signatures
Gets or sets whether email signatures are enabled.
public BooleanOption Signatures { get; set; }
Property Value
Tasks
Gets or sets whether tasks are enabled.
public BooleanOption Tasks { get; set; }
Property Value
TextMessaging
Gets or sets whether text messaging is enabled.
public BooleanOption TextMessaging { get; set; }
Property Value
ThemeSelection
Gets or sets whether themes are enabled.
public BooleanOption ThemeSelection { get; set; }
Property Value
UMIntegration
Gets or sets whether Unified Messaging integration is enabled.
public BooleanOption UMIntegration { get; set; }
Property Value
Weather
Gets or sets whether weather is enabled. This only applies to Exchange Online.
public BooleanOption Weather { get; set; }
Property Value
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
stringThe XML representation of the object.
Returns
- ExchangeOwaEnabledFeatures
A CENTREL.XIA.Configuration.Types.ExchangeOwaEnabledFeatures class.