Store.IsConversationEnabled property (Outlook)

Returns a Boolean value that is True if the store supports Conversation view. Read-only.

Syntax

expression.IsConversationEnabled

expression A variable that represents a Store object.

Remarks

A store supports Conversation view if the store is a POP, IMAP, or PST store, or if it runs a version of Microsoft Exchange Server that is at least Microsoft Exchange Server 2010. A store also supports Conversation view if the store is running Microsoft Exchange Server 2007, the version of Outlook is at least Outlook 2010, and Outlook is running in cached mode.

If a store supports conversations, calling the GetConversation method of an item in the store returns a Conversation object for the item. If the store does not support conversations, GetConversation returns Null (Nothing in Visual Basic) for items in the store.

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.