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 = 1
Always allow access.
NoComputers = 3
Never allow access.
NotApplicable = 4
This setting does not apply to the specific platform.
PrivateComputersOnly = 2
Allow access on private computers only.
Unknown = 0
The access is unknown.