TTMSFNCCloudGooglePeopleContact Class
Represents a single contact and groups all of its detail fields, such as names, emails, phone numbers, addresses, organizations and group memberships.
API unit family: TMSFNCCloudGooglePeople
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGooglePeopleContact = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BirthDay | Birthday of the contact. |
| CustomItems | Custom key/value fields of the contact. |
| ETag | Entity tag used for optimistic concurrency control when updating or deleting the contact. |
| Emails | Email addresses of the contact. |
| Groups | Groups the contact is a member of, referenced by resource identifier. |
| ID | Resource identifier that uniquely identifies the contact. |
| ImageURL | Address of the contact's profile photo. |
| InstantMessengers | Instant-messaging accounts of the contact. |
| Names | Structured name parts of the contact. |
| Nicknames | Nicknames of the contact. |
| Organizations | Organizations the contact is or was affiliated with. |
| PhoneNumbers | Phone numbers of the contact. |
| PostalAddresses | Postal addresses of the contact. |
| Relations | Related persons of the contact, such as a spouse or colleague. |
| Websites | Websites associated with the contact. |