Conversation.GetRootItems method (Outlook)

Returns a SimpleItems collection that contains all root items in the conversation.

Syntax

expression. GetRootItems

expression A variable that represents a 'Conversation' object.

Return value

A SimpleItems collection that includes the root item or all root items of the conversation.

Remarks

A conversation can have one or more root items. For example, if the root item of the conversation has three child items and the root item is permanently deleted, all three child items become root items.

If all items are deleted from the conversation after the Conversation object has been obtained, GetRootItems returns a SimpleItems collection with zero objects. In this 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.