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.

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

ConversationHeader Object

How to: Obtain and Enumerate Selected Conversations

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.