ConversationHeader.Parent property (Outlook)

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

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.

See also

ConversationHeader Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.