Enum ExchangeOwaOfflineAccess
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the offline access to Outlook web access.
public enum ExchangeOwaOfflineAccess
Fields
AllComputers = 1Always allow access.
NoComputers = 3Never allow access.
NotApplicable = 4This setting does not apply to the specific platform.
PrivateComputersOnly = 2Allow access on private computers only.
Unknown = 0The access is unknown.