| contact.first_name | The contact’s first name. | 
| contact.last_name | The contact’s last name. | 
| contact.email | An array of Email objects for the contact. | 
| contact.email[i].address | The email address. | 
| contact.email[i].type | The type associated with the email. Possible values depend on the address book source. | 
| contact.phone | An array of Phone objects for the contact. | 
| contact.phone[i].number | The phone number. | 
| contact.phone[i].type | The type associated with the phone number. Possible values depend on the address book source. | 
| contact.address | undefinedor an array of Address objects for the contact. Each address has the properties:addressandtype. | 
| contact.address[i].formatted | undefinedor the full mailing address, formatted with line breaks (\n). | 
| contact.address[i].street | The street portion of the mailing address. | 
| contact.address[i].city | The city portion of the mailing address. | 
| contact.address[i].region | The state or province portion of the mailing address. | 
| contact.address[i].country | The city portion of the mailing address. | 
| contact.address[i].postal_code | The zip or postal code portion of the mailing address. | 
| contact.address[i].type | The type associated with the mailing address. Possible values depend on the address book source. | 
| contact.job_title | The job title, if any is associated with the contact. | 
| contact.companies | An array of strings representing the companies that the contact is associated with, when available. | 
| contact.groups | An array of strings representing the groups that the contact is associated with, when available. The groups are defined by the owner of the addres book. | 
| contact.birthday | A string representing the month and day of the contact’s birthday, if available. The format is MM-DD. | 
| contact.dob | A string representing the date of birth of the contact, if available. The date format is YYYY-MM-DD. | 
| contact.anniversary | A string representing the contact’s anniversary, if available. The format is YYYY-MM-DD. | 
| contact.work_anniversary | A string representing the contact’s work anniversary, if available. The format is YYYY-MM-DD. |