Share via


Conversation.GetParent Method (Outlook)

Returns the parent item of the specified node in the conversation.

Version Information

Version Added: Outlook 2010

Syntax

expression .GetParent(Item)

expression A variable that represents a Conversation object.

Parameters

Name

Required/Optional

Data Type

Description

Item

Required

Object

A conversation node that is part of a conversation.

Return Value

An Object that represents the parent conversation item of the node specified by the Item parameter.

Remarks

If the node specified by the Item parameter does not exist in the conversation, the GetParent method returns an error.

If the node specified by the Item parameter does not have a parent item in the conversation, the GetParent method returns Null (Nothing in Visual Basic).

See Also

Concepts

Conversation Object Members

Conversation Object