Share via


SMS_ADDRESS_TYPE (Windows Embedded CE 6.0)

1/6/2010

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
};

Enumerators

  • SMSAT_UNKNOWN
    This refers to an unknown phone number type.
  • SMSAT_INTERNATIONAL
    This refers to an international phone number.
  • SMSAT_NATIONAL
    This refers to a national phone number.
  • SMSAT_NETWORKSPECIFIC
    This refers to a network-specific phone number.
  • SMSAT_SUBSCRIBER
    This refers to a subscriber phone number.
  • SMSAT_ALPHANUMERIC
    This refers to an alphanumeric phone number.
  • SMSAT_ABBREVIATED
    This refers to an abbreviated phone number.

Requirements

Header sms.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Short Message Service Enumerations
SMS_ADDRESS
SmsSendMessage
SmsReadMessage
SmsSetSMSC
SmsGetSMSC