TTMSFNCCloudGooglePeopleNames Class
Holds the structured name parts of a contact, including phonetic spellings.
API unit family: TMSFNCCloudGooglePeople
Inherits from: TPersistent
Syntax
TTMSFNCCloudGooglePeopleNames = class(TPersistent)
Properties
| Name | Description |
|---|---|
| FirstName | Given name of the contact. |
| LastName | Family name of the contact. |
| MiddleName | Middle name of the contact. |
| Name | Full display name assembled from the individual name parts. |
| PhoneticFirstName | Phonetic spelling of the given name. |
| PhoneticFullName | Phonetic spelling of the full name. |
| PhoneticLastName | Phonetic spelling of the family name. |
| PhoneticMiddleName | Phonetic spelling of the middle name. |
| PhoneticPrefix | Phonetic spelling of the honorific prefix. |
| PhoneticSuffix | Phonetic spelling of the honorific suffix. |
| Prefix | Honorific prefix, such as a title placed before the name. |
| Suffix | Honorific suffix placed after the name. |