_ConversationHeader.Parent Property

Definition

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

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
Public ReadOnly Property Parent As Object

Property Value

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.

Applies to