_ConversationHeader.Parent Property
Office 2010
Returns the parent Object of the specified object. Read-only.
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
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.