Properties
optional public addresses?: ContactAddress[]
An array of all the contact's addresses.
optional public birthday?: Date
The birthday of the contact.
optional public categories?: ContactField[]
An array of all the user-defined categories associated with the contact.
optional public displayName?: string
The name of this Contact, suitable for display to end users.
optional public emails?: ContactField[]
An array of all the contact's email addresses.
optional public id?: string
A globally unique identifier.
An array of all the contact's IM addresses.
optional public name?: ContactName
An object containing all components of a persons name.
optional public nickname?: string
A casual name by which to address the contact.
optional public note?: string
A note about the contact.
An array of all the contact's organizations.
optional public phoneNumbers?: ContactField[]
An array of all the contact's phone numbers.
optional public photos?: ContactField[]
An array of the contact's photos.
optional public urls?: ContactField[]
An array of web pages associated with the contact.