_NameSpace.Offline Property

Definition

Returns a Boolean (bool in C#) indicating True if Outlook is offline (not connected to an Exchange server), and False if online (connected to an Exchange server). Read-only.

public:
 property bool Offline { bool get(); };
public bool Offline { get; }
Public ReadOnly Property Offline As Boolean

Property Value

Remarks

The Offline property returns valid information only for an Exchange profile. It is not intended for non-Exchange account types such as POP3, IMAPI, and HTTP.

If the ExchangeConnectionMode property is olOffline or olDisconnected, the Offline property will return True. If the ExchangeConnectionMode property is olOnline, olConnected, or olConnectedHeaders, the Offline property will return False.

Applies to