_DistListItem.ConversationIndex Property
Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property ConversationIndex As String
Get
'Usage
Dim instance As _DistListItem
Dim value As String
value = instance.ConversationIndex
string ConversationIndex { get; }
Property Value
Type: System.String