_MobileItem.ConversationIndex Property
Returns a String (string in C#) that indicates the relative position of the within the conversation thread. 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 _MobileItem
Dim value As String
value = instance.ConversationIndex
[DispIdAttribute()]
string ConversationIndex { get; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI PidTagConversationIndex Canonical Property property.
For the MobileItem object, this property always returns Nothing (a null reference (Nothing in Visual Basic) in C#) because the MobileItem object does not support conversations.