Class ExchangeOwaMailboxPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Outlook web policy configured in a Microsoft Exchange organization.
public class ExchangeOwaMailboxPolicy : BaseTypeSection, IComparable<ExchangeOwaMailboxPolicy>
- Inheritance
-
ExchangeOwaMailboxPolicy
- Implements
Constructors
ExchangeOwaMailboxPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy class.
public ExchangeOwaMailboxPolicy()
Properties
EnabledFeatures
Gets or sets the Outlook web access features that are enabled.
public ExchangeOwaEnabledFeatures EnabledFeatures { get; set; }
Property Value
FileAccess
Gets or sets the file access settings.
public ExchangeOwaFileAccessSettings FileAccess { get; set; }
Property Value
Guid
Gets or sets the identifier of the Outlook web policy in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the Outlook web policy.
public string Identity { get; set; }
Property Value
Name
Gets or sets the name of the Outlook web policy.
public string Name { get; set; }
Property Value
OfflineAccess
Gets or sets when offline access is allowed. This setting does not apply to Exchange 2010.
public ExchangeOwaOfflineAccess OfflineAccess { get; set; }
Property Value
OfflineAccessString
Gets when offline access is allowed. This setting does not apply to Exchange 2010.
public string OfflineAccessString { get; set; }
Property Value
WhenChanged
Gets or sets the date and time when the object was last updated.
public DateTime WhenChanged { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy cloned from this object.
public ExchangeOwaMailboxPolicy Clone()
Returns
- ExchangeOwaMailboxPolicy
A CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy.
CompareTo(ExchangeOwaMailboxPolicy)
Compares two CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeOwaMailboxPolicy other)
Parameters
other
ExchangeOwaMailboxPolicyThe CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeOwaMailboxPolicy objects.