_DocumentItem.ConversationTopic Property
Returns a String (string in C#) representing the topic 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 ConversationTopic As String
Get
'Usage
Dim instance As _DocumentItem
Dim value As String
value = instance.ConversationTopic
[DispIdAttribute()]
string ConversationTopic { get; }
Property Value
Type: System.String