0

Anyone figured it out? I don't see those fields used in the Contacts app, neither does the documentation provide any clue.

#include <bb/pim/contacts/AttributeKind>
Eir
  • 1,003
  • 9
  • 24

1 Answers1

0

From the docs:

A ContactAttribute is a single piece of information about a Contact, such as a phone number or email address. A ContactAttribute has a kind, which specifies high-level metadata about the attribute. Kinds of attributes are represented by the AttributeKind::Type enumeration and include email, phone number, name, and so on. A ContactAttribute also has a sub-kind, which specifies additional, more granular metadata about the attribute. Sub-kinds are represented by the AttributeSubKind::Type enumeration and include values such as Work (for emails), Home (for phone numbers), and so on.

https://developer.blackberry.com/cascades/reference/bb_pim_contacts__contactattribute.html

Paul Bernhardt
  • 491
  • 2
  • 6
  • Well, yes, of course, I read that, but what kind of information can I expect to find stored in the Group and SubGroup? – Eir Mar 31 '13 at 19:09