Conversation.GetRootItems Method (Outlook)

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

Version Information

Version Added: Outlook 2010

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

Concepts

Conversation Object Members

Conversation Object