_Store.IsCachedExchange 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 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.