_SimpleItems.Parent Property

Returns the parent Object (object in C#) of the SimpleItems 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 _SimpleItems
Dim value As Object

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

Property Value

Type: System.Object

Remarks

The parent object of a SimpleItems object is a Conversation object.

See Also

Reference

_SimpleItems Interface

_SimpleItems Members

Microsoft.Office.Interop.Outlook Namespace