次の方法で共有


SMS_ADDRESS_TYPE

Send Feedback

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.

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

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: sms.h
Library: sms.lib

See Also

Short Message Service Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.