_ConversationHeader.Parent Property

Returns the parent Object of the specified object. Read-only.

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

Syntax

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

value = instance.Parent
[DispIdAttribute()]
Object Parent { get; }

Property Value

Type: System.Object

Remarks

The parent of a ConversationHeader object is a Selection object.

The returned Selection object contains only ConversationHeader objects. Getting the Parent property is equivalent to calling the GetSelection(OlSelectionContents) method with the olConversationHeaders argument.

See Also

Reference

_ConversationHeader Interface

_ConversationHeader Members

Microsoft.Office.Interop.Outlook Namespace