_NameSpace.ExchangeConnectionMode Property
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.
Returns an OlExchangeConnectionMode constant that indicates the current connection mode the user is using. Read-only.
public:
property Microsoft::Office::Interop::Outlook::OlExchangeConnectionMode ExchangeConnectionMode { Microsoft::Office::Interop::Outlook::OlExchangeConnectionMode get(); };
public Microsoft.Office.Interop.Outlook.OlExchangeConnectionMode ExchangeConnectionMode { get; }
Public ReadOnly Property ExchangeConnectionMode As OlExchangeConnectionMode
Property Value
Remarks
If the ExchangeConnectionMode property is olOffline or olDisconnected, the Offline property will return True . If the ExchangeConnectionMode property is olOnline, olConnected, or olConnectedHeaders, the NameSpace.Offline property will return False.