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

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

Property Value

Type: System.String

See Also

Reference

_MeetingItem Interface

_MeetingItem Members

Microsoft.Office.Interop.Outlook Namespace