Contains the list of contact types used in the CMA_CONTACT structure.
Syntax
typedef enum tagCMA_CONTACTTYPE {
CONTACTTYPE_OTHER = 0,
CONTACTTYPE_OUTSIDECONTACT = 1,
CONTACTTYPE_EMPLOYEE = 2,
CONTACTTYPE_SALESPERSON = 3,
} CMA_CONTACTTYPE;
CONTACTTYPE_OTHER A contact type other than one explicitly defined in this enumeration.
CONTACTTYPE_OUTSIDECONTACT An outside contact.
CONTACTTYPE_EMPLOYEE An employee.
CONTACTTYPE_SALESPERSON A salesperson.
See Also