OlExchangeConnectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the account is connected to an Exchange server and if so, the connection mode.
public enum class OlExchangeConnectionMode
public enum OlExchangeConnectionMode
Public Enum OlExchangeConnectionMode
- Inheritance
-
OlExchangeConnectionMode
Fields
Name | Value | Description |
---|---|---|
olNoExchange | 0 | The account does not use an Exchange server. |
olOffline | 100 | The account is not connected to an Exchange server and is in the classic offline mode. This also occurs when the user selects Work Offline from the File menu. |
olCachedOffline | 200 | The account is using cached Exchange mode and the user has selected Work Offline from the File menu. |
olDisconnected | 300 | The account has a disconnected connection to the Exchange server. |
olCachedDisconnected | 400 | The account is using cached Exchange mode with a disconnected connection to the Exchange server. |
olCachedConnectedHeaders | 500 | The account is using cached Exchange mode on a dial-up or slow connection with the Exchange server, such that only headers are downloaded. Full item bodies and attachments remain on the server. The user can also select this state manually regardless of connection speed. |
olCachedConnectedDrizzle | 600 | The account is using cached Exchange mode such that headers are downloaded first, followed by the bodies and attachments of full items. |
olCachedConnectedFull | 700 | The account is using cached Exchange mode on a Local Area Network or a fast connection with the Exchange server. The user can also select this state manually, disabling auto-detect logic and always downloading full items regardless of connection speed. |
olOnline | 800 | The account is connected to an Exchange server and is in the classic online mode. |