2.2.53 FAX_ENUM_MSG_FLAGS

The FAX_ENUM_MSG_FLAGS enumeration defines the possible flags that specify the read or unread status of a fax message.

 typedef  enum 
 {
   FAX_MSG_FLAG_READ = 0x00000001
 } FAX_ENUM_MSG_FLAGS;

FAX_MSG_FLAG_READ: Indicates whether this message is marked as read. The message MUST be marked as read if this bit is set. The default MAY be unread for an inbox message and read for a sent message.