Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Use this enumeration with the NOTIFICATION_PROVIDER_SPECIFIC_DATAstructure when calling SmsReadMessageafter having called SmsOpenwith 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