_MobileItem.ConversationTopic Property
Returns a String (string in C#) that represents the topic of the conversation thread of the item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ConversationTopic As String
Get
'Usage
Dim instance As _MobileItem
Dim value As String
value = instance.ConversationTopic
[DispIdAttribute()]
string ConversationTopic { get; }
Property Value
Type: System.String
Remarks
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.