MBN_MSG_STATUS 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_MSG_STATUS enumerated type defines the type of message being handled.

Syntax

typedef enum MBN_MSG_STATUS {
  MBN_MSG_STATUS_NEW = 0,
  MBN_MSG_STATUS_OLD,
  MBN_MSG_STATUS_DRAFT,
  MBN_MSG_STATUS_SENT
} ;

Constants

 
MBN_MSG_STATUS_NEW
Value: 0
The received message is newly arrived or unread.
MBN_MSG_STATUS_OLD
The received message is old and read.
MBN_MSG_STATUS_DRAFT
The outgoing message is unsent and stored in the device.
MBN_MSG_STATUS_SENT
The outgoing message is already sent.

Requirements

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