_Conversation.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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#).