_Conversation.Parent Property

Definition

Returns the parent Object (object in C#) of the specified Conversation 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 Conversation object is the first item in the conversation.

If all items in the conversation are deleted after the Conversation object has been obtained, the Parent property returns Nothing (a null reference (Nothing in Visual Basic) in C#).

Applies to