0

I have not found any fields in JDK 5.0.0 for getting Category of BlackBerryContact. If there are any alternative way for getting Category of BlackBerryContact then please suggest....

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
Hiren Gujarati
  • 1,039
  • 14
  • 32

1 Answers1

2

try PIMItem.getCategories()

public String[] getCategories() - Gets all the categories to which this item belongs. If there are no categories assigned to this item, a zero length array is returned.

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114