Skip to main content
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

NameDescription
BCFCT\_CityCity. Available only for the fields of the type BCFT\_Address.
BCFCT\_CountryCountry. Available only for the fields of the type BCFT\_Address.
BCFCT\_DegreeDegree. Available only for the fields of the type BCFT\_Name and BCFT\_Job.
BCFCT\_ExtraNameExtra name. Available only for the fields of the type BCFT\_Name.
BCFCT\_FirstNameFirst name. Available only for the fields of the type BCFT\_Name.
BCFCT\_JobDepartmentDepartment name. Available only for the fields of the type BCFT\_Job.
BCFCT\_JobPositionPosition name. Available only for the fields of the type BCFT\_Job.
BCFCT\_LastNameLast name. Available only for the fields of the type BCFT\_Name.
BCFCT\_MiddleNameMiddle name. Available only for the fields of the type BCFT\_Name.
BCFCT\_PhoneBodyPhone body. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile.
BCFCT\_PhoneCodePhone code. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile.
BCFCT\_PhoneCountryCodePhone country code. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile.
BCFCT\_PhoneExtensionPhone extension. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile.
BCFCT\_PhonePrefixPhone prefix. Available only for the fields of the types BCFT\_Phone, BCFT\_Fax, and BCFT\_Mobile.
BCFCT\_RegionRegion. Available only for the fields of the type BCFT\_Address.
BCFCT\_StreetAddressStreet address. Available only for the fields of the type BCFT\_Address.
BCFCT\_TitleTitle. Available only for the fields of the type BCFT\_Name.
BCFCT\_ZipCodeZip code. Available only for the fields of the type BCFT\_Address.

Used in

IBusinessCardFieldComponent::Type IBusinessCardField::FindComponent