Conversation.GetChildren Method (Outlook)
Returns a SimpleItems collection that contains all items under the specified conversation node.
Version Information
Version Added: Outlook 2010
Syntax
expression .GetChildren(Item)
expression A variable that represents a Conversation object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Item |
Required |
Object |
A conversation node that is part of a conversation. |
Return Value
A SimpleItems collection that represents the set of child items in the conversation under the node specified by the Item parameter.
Remarks
The returned SimpleItems collection contains immediate child items of the conversation node specified by the Item parameter. If the specified node does not exist in the conversation, the GetChildren method returns an error.
If no child items exist under that node, the GetChildren method returns a SimpleItems collection with zero objects, in which case the Count property of the SimpleItems collection returns 0.