_PostItem.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
<DispIdAttribute()> _
ReadOnly Property ConversationIndex As String
    Get
'Usage
Dim instance As _PostItem
Dim value As String

value = instance.ConversationIndex
[DispIdAttribute()]
string ConversationIndex { get; }

Property Value

Type: System.String

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace