ConversationHeader.Parent Property (Outlook)
Returns the parent Object of the specified object. Read-only.
Version Information
Version Added: Outlook 2010
Syntax
expression .Parent
expression A variable that represents a ConversationHeader object.
Remarks
The parent of the ConversationHeader object returns a Selection object.
The returned Selection object contains only ConversationHeader objects. Getting the Parent property is equivalent to calling the Selection.GetSelection method with the olConversationHeaders argument.