Conversation.GetParent method (Outlook)

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

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

Conversation Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.