_Conversation.GetChildren(Object) 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.
Returns a SimpleItems collection that contains all items under the specified conversation node.
public:
Microsoft::Office::Interop::Outlook::SimpleItems ^ GetChildren(System::Object ^ Item);
public Microsoft.Office.Interop.Outlook.SimpleItems GetChildren (object Item);
Public Function GetChildren (Item As Object) As SimpleItems
Parameters
- Item
- Object
Returns
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.