_Conversation.Parent Property

Returns the parent Object (object in C#) of the specified Conversation object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Parent As Object
    Get
'Usage
Dim instance As _Conversation
Dim value As Object

value = instance.Parent
[DispIdAttribute()]
Object Parent { get; }

Property Value

Type: System.Object

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#).

See Also

Reference

_Conversation Interface

_Conversation Members

Microsoft.Office.Interop.Outlook Namespace