MBN_SMS_FLAG enumeration (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The MBN_SMS_FLAG enumerated type specifies the SMS message class.

These enumerated values are used in the MBN_SMS_FILTER structure.

Syntax

typedef enum MBN_SMS_FLAG {
  MBN_SMS_FLAG_ALL = 0,
  MBN_SMS_FLAG_INDEX,
  MBN_SMS_FLAG_NEW,
  MBN_SMS_FLAG_OLD,
  MBN_SMS_FLAG_SENT,
  MBN_SMS_FLAG_DRAFT
} ;

Constants

 
MBN_SMS_FLAG_ALL
Value: 0
Refers to all the messages in the device message store.
MBN_SMS_FLAG_INDEX
Refers to a single message in the device message store.
MBN_SMS_FLAG_NEW
Refers to all new received and unread messages.
MBN_SMS_FLAG_OLD
Refers to all old and read messages.
MBN_SMS_FLAG_SENT
Refers to all sent and saved messages.
MBN_SMS_FLAG_DRAFT
Refers to all unsent and saved messages.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Header mbnapi.h