_ConversationHeader.ConversationID Property

Returns a String (string in C#) that uniquely identifies the Conversation object to which this conversation header belongs. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ConversationID As String
    Get
'Usage
Dim instance As _ConversationHeader
Dim value As String

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

Property Value

Type: System.String

Remarks

This property associates the conversation header with other items in the same conversation. These items and the conversation all have the same value in their ConversationID property.

See Also

Reference

_ConversationHeader Interface

_ConversationHeader Members

Microsoft.Office.Interop.Outlook Namespace