ConversationHeader.GetItems Method (Outlook)

Obtains a SimpleItems collection that contains all of the items in the conversation that reside in the same folder as the selected conversation header.

Version Information

Version Added: Outlook 2010

Syntax

expression .GetItems

expression A variable that represents a ConversationHeader object.

Return Value

A SimpleItems collection of items that belong to the same conversation and reside in the same folder as the conversation header.

Remarks

The SimpleItems collection only contains conversation items in the folder that contains the conversation header. The SimpleItems collection does not return cross-folder conversation items. If you must access cross-folder content, use the Conversation object.

If no conversation items exist in the same folder as the conversation header, GetItems returns a SimpleItems collection with the SimpleItems.Count property equal to 0.

See Also

Concepts

How to: Obtain and Enumerate Selected Conversations

ConversationHeader Object

ConversationHeader Object Members