This topic has not yet been rated - Rate this topic

_ConversationHeader.Parent Property

Office 2010

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
[DispIdAttribute()]
Object Parent { get; }

Property Value

Type: System.Object

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.