NOTIFICATION_PROVIDER_SPECIFIC_MSG_WAITING_TYPE
A version of this page is also available for
4/8/2010
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.
Syntax
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
Header | sms.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
Short Message Service Enumerations
NOTIFICATION_PROVIDER_SPECIFIC_DATA
SmsReadMessage
SmsOpen