次の方法で共有


NOTIFICATION_PROVIDER_SPECIFIC_MSG_WAITING_TYPE

Send Feedback

Use this enumeration with the NOTIFICATION_PROVIDER_SPECIFIC_DATA structure when calling SmsReadMessage after having called SmsOpen with the waiting message type. Refer to GSM specification 03.40 "Digital Cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS)" for more details.

enum NOTIFICATION_PROVIDER_SPECIFIC_MSG_WAITING_TYPE { 
NOTIFICATIONPSMWT_NONE = 0,
NOTIFICATIONPSMWT_GENERIC,
NOTIFICATIONPSMWT_VOICEMAIL,
NOTIFICATIONPSMWT_FAX,
NOTIFICATIONPSMWT_EMAIL,
NOTIFICATIONPSMWT_OTHER,
};

Enumerators

  • NOTIFICATIONPSMWT_NONE
    There is no message waiting.
  • NOTIFICATIONPSMWT_GENERIC
    The waiting message is generic.
  • NOTIFICATIONPSMWT_VOICEMAIL
    The waiting message is a voice mail.
  • NOTIFICATIONPSMWT_FAX
    The waiting message is a fax.
  • NOTIFICATIONPSMWT_EMAIL
    The waiting message is an e-mail.
  • NOTIFICATIONPSMWT_OTHER
    Identifies the waiting message as some type.

Requirements

Smartphone: Smartphone 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.