_Store.IsConversationEnabled 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 for C#) value that is True if the store supports the Conversation view. Read-only.
public:
property bool IsConversationEnabled { bool get(); };
public bool IsConversationEnabled { get; }
Public ReadOnly Property IsConversationEnabled As Boolean
Property Value
Remarks
A store supports the 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 the Conversation view if the store is running Microsoft Exchange Server 2007, the version of Outlook is at least Microsoft 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 Nothing (a null reference (Nothing in Visual Basic) in C#) for items in the store.