_Conversation.GetRootItems Method

Definition

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

public:
 Microsoft::Office::Interop::Outlook::SimpleItems ^ GetRootItems();
public Microsoft.Office.Interop.Outlook.SimpleItems GetRootItems ();
Public Function GetRootItems () As SimpleItems

Returns

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 T:Microsoft.Office.Interop.Outlook.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.

Applies to