_Store.IsCachedExchange Property

Definition

Returns a Boolean (bool in C#) that indicates if the Store is a cached Exchange store. Read-only.

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

Property Value

Remarks

IsCachedExchange returns True when ExchangeStoreType is a primary Exchange mailbox (Store.ExchangeStoreType is olExchangePrimaryMailbox) and the mailbox is configured to use cached Exchange mode. It returns False otherwise. In particular, it returns False for an Exchange Public Folder store that is configured to cache Public Folder favorites.

Applies to