_RemoteItem.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 _RemoteItem
Dim value As String

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

Property Value

Type: System.String

See Also

Reference

_RemoteItem Interface

_RemoteItem Members

Microsoft.Office.Interop.Outlook Namespace