MT X.400 API
Message Priority Values
Macros | |
| #define | X400_PRIORITY_ANY -1 |
| #define | X400_PRIORITY_URGENT 2 |
| #define | X400_PRIORITY_NON_URGENT 1 |
| #define | X400_PRIORITY_NORMAL 0 |
Detailed Description
Macro Definition Documentation
◆ X400_PRIORITY_ANY
| #define X400_PRIORITY_ANY -1 |
Used when selecting messages of any priority
Definition at line 1307 of file x400_att.h.
◆ X400_PRIORITY_URGENT
| #define X400_PRIORITY_URGENT 2 |
Urgent message
Definition at line 1310 of file x400_att.h.
◆ X400_PRIORITY_NON_URGENT
| #define X400_PRIORITY_NON_URGENT 1 |
Non-urgent message
Definition at line 1313 of file x400_att.h.
◆ X400_PRIORITY_NORMAL
| #define X400_PRIORITY_NORMAL 0 |
Normal message
Definition at line 1316 of file x400_att.h.