BusinessCardFieldComponentTypeEnum
BusinessCardFieldComponentTypeEnum enumeration constants are used to denote the components of some fields of a business card. For example, a personal name may contain first, last, middle, and extra name.
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. | 
Used in
9/17/2024 3:14:41 PM