문제

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....

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top