CMA_CONTACTGENDER

Contains the list of gender types used in the CMA_CONTACT structure.

Syntax

typedef enum tagCMA_CONTACTGENDER {
    CONTACTGENDER_UNSPECIFIED    = 0,
    CONTACTGENDER_FEMALE    = 1,
    CONTACTGENDER_MALE    = 2,
} CMA_CONTACTGENDER;

CONTACTGENDER_UNSPECIFIED   The contact's gender is not specified.

CONTACTTYPE_FEMALE   The contact is female.

CONTACTTYPE_MALE   The contact is male.

See Also

CMA_CONTACT