Contains a list of communication points used in the CMA_PHONENUMBER, CMA_STREETADDRESS, and CMA_WEBADDRESS structures.
Syntax
typedef enum tagCMA_COMMUNICATIONPOINT {
    COMMUNICATIONPOINT_OTHER    = 0,
    COMMUNICATIONPOINT_ADDRESS    = 1,
    COMMUNICATIONPOINT_PHONE    = 2,
    COMMUNICATIONPOINT_WEB    = 3,
} CMA_COMMUNICATIONPOINT;
COMMUNICATIONPOINT_OTHER A type other than one explicitly defined in this enumeration.
COMMUNICATIONPOINT_ADDRESS A street address.
COMMUNICATIONPOINT_PHONE A telephone number.
COMMUNICATIONPOINT_WEB A Web address.
See Also