ITrkItem.ItemType (read-only property)

property ItemType
Syntax: String = object.ItemType
Description:
The ItemType property returns the item type of the given item.

Example:

Dim oTrkItemAgent As Object
Dim oTrkItems As Object
Dim oTrkItem As Object
Set oTrkItemAgent = CreateObject("Tracker.TrkItemAgent")
oTrkItemAgent.Execute oTrkItems
Set oTrkItem = oTrkItems.Item(1)
msgbox oTrkItem.ItemType