Store.IsCachedExchange property (Outlook)

Returns a Boolean that indicates if the Store is a cached Exchange store. Read-only.

Syntax

expression. IsCachedExchange

expression A variable that represents a Store object.

Remarks

IsCachedExchange returns True when Store.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.

See also

Store Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.