Share via


SMS_ADDRESS_TYPE (Compact 2013)

3/26/2014

This enumeration identifies the phone number type specified in the SMS_ADDRESS structure when a message is sent by calling SmsSendMessage and when a message is read by calling SmsReadMessage. This enumeration is also used in the SMS_ADDRESS structure when a Short Message Service Center (SMSC) address is set by an SmsSetSMSC call or received by an SmsGetSMSC call.

Syntax

enum SMS_ADDRESS_TYPE {
    SMSAT_UNKNOWN=0,
    SMSAT_INTERNATIONAL,
    SMSAT_NATIONAL,
    SMSAT_NETWORKSPECIFIC,
    SMSAT_SUBSCRIBER,
    SMSAT_ALPHANUMERIC,
    SMSAT_ABBREVIATED
};

Elements

  • SMSAT_UNKNOWN
    Unknown phone number type.
  • SMSAT_INTERNATIONAL
    International phone number.
  • SMSAT_NATIONAL
    National/Regional phone number.
  • SMSAT_NETWORKSPECIFIC
    Network-specific phone number.
  • SMSAT_SUBSCRIBER
    Subscriber phone number.
  • SMSAT_ALPHANUMERIC
    Alphanumeric phone number.
  • SMSAT_ABBREVIATED
    Abbreviated phone number.

Requirements

Header

sms.h

See Also

Reference

Short Message Service Enumerations
SMS_ADDRESS
SmsGetSMSC
SmsReadMessage
SmsSendMessage
SmsSetSMSC