Conversation.GetChildren method (Outlook)

Returns a SimpleItems collection that contains all items under the specified conversation node.

Syntax

expression. GetChildren( _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

A SimpleItems collection that represents the set of child items in the conversation under the node specified by the Item parameter.

Remarks

The returned SimpleItems collection contains immediate child items of the conversation node specified by the Item parameter. If the specified node does not exist in the conversation, the GetChildren method returns an error.

If no child items exist under that node, the GetChildren method returns a SimpleItems collection with zero objects, in which case the Count property of the SimpleItems collection returns 0.

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.