Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.