_ConversationHeader.GetItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains a SimpleItems collection that contains all of the items in the conversation that reside in the same folder as the selected conversation header.
public:
Microsoft::Office::Interop::Outlook::SimpleItems ^ GetItems();
public Microsoft.Office.Interop.Outlook.SimpleItems GetItems ();
Public Function GetItems () As SimpleItems
Returns
Returns 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 Conversationobject.If no conversation items exist in the same folder as the conversation header, GetItems returns a SimpleItems collection with the Count property equal to 0.