_NameSpace.ExchangeConnectionMode Property

Definition

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.

Applies to