Modules | |
| X400 MS (P3/P7) API | |
Macros | |
| #define | MS_ENTRY_CLASS_STORED_MESSAGES 0 |
| #define | MS_ENTRY_CLASS_SUBMITTED_MESSAGES 1 |
| #define | MS_ENTRY_STATUS_ANY -1 |
| #define | MS_ENTRY_STATUS_NEW 0 |
| #define | MS_ENTRY_STATUS_LISTED 1 |
| #define | MS_ENTRY_STATUS_FETCHED 2 |
| #define | MS_ENTRY_STATUS_NEW_OR_LISTED 3 |
| #define | MS_ENTRY_STATUS_LISTED_OR_FETCHED 4 |
Detailed Description
Macro Definition Documentation
◆ MS_ENTRY_CLASS_STORED_MESSAGES
| #define MS_ENTRY_CLASS_STORED_MESSAGES 0 |
Messages which have been delivered into the Message Store
- Examples
- examples/x400_mslist.c.
Definition at line 314 of file x400_msapi.h.
◆ MS_ENTRY_CLASS_SUBMITTED_MESSAGES
| #define MS_ENTRY_CLASS_SUBMITTED_MESSAGES 1 |
Messages which have been stored in the Message Store on submission
- Examples
- examples/x400_mslist.c.
Definition at line 317 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_ANY
| #define MS_ENTRY_STATUS_ANY -1 |
Select messages in any state
Definition at line 324 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_NEW
| #define MS_ENTRY_STATUS_NEW 0 |
Select messages in state NEW
Definition at line 327 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_LISTED
| #define MS_ENTRY_STATUS_LISTED 1 |
Select messages in state LISTED
Definition at line 330 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_FETCHED
| #define MS_ENTRY_STATUS_FETCHED 2 |
Select messages in state FETCHED
Definition at line 333 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_NEW_OR_LISTED
| #define MS_ENTRY_STATUS_NEW_OR_LISTED 3 |
Select messages in state NEW or LISTED
Definition at line 336 of file x400_msapi.h.
◆ MS_ENTRY_STATUS_LISTED_OR_FETCHED
| #define MS_ENTRY_STATUS_LISTED_OR_FETCHED 4 |
Select messages in state LISTED or FETCHED
Definition at line 339 of file x400_msapi.h.