OlExchangeConnectionMode Enumeration

Specifies whether the account is connected to an Exchange server and if so, the connection mode.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlExchangeConnectionMode
'Usage
Dim instance As OlExchangeConnectionMode
public enum OlExchangeConnectionMode

Members

Member name Description
olNoExchange The account does not use an Exchange server.
olOffline 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 The account is using cached Exchange mode and the user has selected Work Offline from the File menu.
olDisconnected The account has a disconnected connection to the Exchange server.
olCachedDisconnected The account is using cached Exchange mode with a disconnected connection to the Exchange server.
olCachedConnectedHeaders 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 The account is using cached Exchange mode such that headers are downloaded first, followed by the bodies and attachments of full items.
olCachedConnectedFull 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 The account is connected to an Exchange server and is in the classic online mode.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace