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....
+2
A:
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.
Max Gontar
2010-02-24 14:54:05
Thanks for your answer...
Hiren Gujarati
2010-02-25 14:38:36
You're welcome!
Max Gontar
2010-02-25 18:17:29