_Store.IsConversationEnabled Property
Returns a Boolean (bool for C#) value that is True if the store supports the Conversation view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property IsConversationEnabled As Boolean
Get
'Usage
Dim instance As _Store
Dim value As Boolean
value = instance.IsConversationEnabled
[DispIdAttribute()]
bool IsConversationEnabled { get; }
Property Value
Type: System.Boolean
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace