typedef enum {
BCFCT_FirstName,
BCFCT_MiddleName,
BCFCT_LastName,
BCFCT_ExtraName,
BCFCT_Title,
BCFCT_Degree,
BCFCT_PhonePrefix,
BCFCT_PhoneCountryCode,
BCFCT_PhoneCode,
BCFCT_PhoneBody,
BCFCT_PhoneExtension,
BCFCT_ZipCode,
BCFCT_Country,
BCFCT_City,
BCFCT_StreetAddress,
BCFCT_Region,
BCFCT_JobPosition,
BCFCT_JobDepartment
} BusinessCardFieldComponentTypeEnum;
Elements
| Name | Description |
|---|---|
| BCFCT\_City | City. Available only for the fields of the type BCFT\_Address. |
| BCFCT\_Country | Country. Available only for the fields of the type BCFT\_Address. |
| BCFCT\_Degree | Degree. Available only for the fields of the type BCFT\_Name and BCFT\_Job. |
| BCFCT\_ExtraName | Extra name. Available only for the fields of the type BCFT\_Name. |
| BCFCT\_FirstName | First name. Available only for the fields of the type BCFT\_Name. |
| BCFCT\_JobDepartment | Department name. Available only for the fields of the type BCFT\_Job. |
| BCFCT\_JobPosition | Position name. Available only for the fields of the type BCFT\_Job. |
| BCFCT\_LastName | Last name. Available only for the fields of the type BCFT\_Name. |
| BCFCT\_MiddleName | Middle name. Available only for the fields of the type BCFT\_Name. |
| BCFCT\_PhoneBody | Phone body. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile. |
| BCFCT\_PhoneCode | Phone code. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile. |
| BCFCT\_PhoneCountryCode | Phone country code. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile. |
| BCFCT\_PhoneExtension | Phone extension. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile. |
| BCFCT\_PhonePrefix | Phone prefix. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile. |
| BCFCT\_Region | Region. Available only for the fields of the type BCFT\_Address. |
| BCFCT\_StreetAddress | Street address. Available only for the fields of the type BCFT\_Address. |
| BCFCT\_Title | Title. Available only for the fields of the type BCFT\_Name. |
| BCFCT\_ZipCode | Zip code. Available only for the fields of the type BCFT\_Address. |
