BusinessCardFieldTypeEnum
BusinessCardFieldTypeEnum enumeration constants are used to denote the types of fields which can be found on business cards.
typedef enum {
 BCFT_Phone,
 BCFT_Fax,
 BCFT_Mobile,
 BCFT_Email,
 BCFT_Web,
 BCFT_Address,
 BCFT_Name,
 BCFT_Company,
 BCFT_Job,
 BCFT_Text,
 BCFT_Unknown
} BusinessCardFieldTypeEnum;
    
  Elements
| Name | Description | 
|---|---|
| BCFT_Address | Company address. | 
| BCFT_Company | Company name. | 
| BCFT_Email | E-mail. | 
| BCFT_Fax | Fax. | 
| BCFT_Job | Position in the company. | 
| BCFT_Mobile | Mobile phone number. | 
| BCFT_Name | Personal name. | 
| BCFT_Phone | Phone number. | 
| BCFT_Text | All text recognized on a business card. | 
| BCFT_Unknown | Unknown field type. This constant can be used as the value of the ITextBlock::BusinessCardFieldType property only. | 
| BCFT_Web | Website. | 
Used in
9/17/2024 3:14:41 PM