Contains a list of values that indicate how the specified communication point is used. These values are used in the CMA_PHONENUMBER, CMA_PARTY, and CMA_STREETADDRESS structures.
Syntax
typedef enum tagCMA_COMMUNICATIONPOINTUSAGE {
    COMMUNICATIONPOINTUSAGE_OTHER    = 0,
    COMMUNICATIONPOINTUSAGE_BUSINESS    = 1,
    COMMUNICATIONPOINTUSAGE_HOME    = 2,
    COMMUNICATIONPOINTUSAGE_SHIPTO    = 3,
    COMMUNICATIONPOINTUSAGE_BILLTO    = 4,
} CMA_COMMUNICATIONPOINTUSAGE;
COMMUNICATIONPOINTUSAGE_OTHER A usage type other than any of the ones defined in this enumeration list.
COMMUNICATIONPOINTUSAGE_BUSINESS A place of business.
COMMUNICATIONPOINTUSAGE_HOME A home.
COMMUNICATIONPOINTUSAGE_SHIPPTO A shipping location.
COMMUNICATIONPOINTUSAGE_BILLTO A billing location.
See Also