Message Priority Values
Message Types » Error codes » Recipient Type Indicators » O/R Addressing attributes » SAN GDI and MTA certificate X.400 Envelope attributes » X.400 Envelope attributes » Message Security Attributes » Recipient Attributes » IPM Content Attributes » IPN Attributes » X.400 Report Attributes » Attributes only used in defaults » X.400 Body part attributes » P7 Message Store attributes » P7 Message Store Entry Status
Modules | |
| Extension Criticality bitmask 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 1330 of file x400_att.h.
◆ X400_PRIORITY_URGENT
| #define X400_PRIORITY_URGENT 2 |
Urgent message
Definition at line 1333 of file x400_att.h.
◆ X400_PRIORITY_NON_URGENT
| #define X400_PRIORITY_NON_URGENT 1 |
Non-urgent message
Definition at line 1336 of file x400_att.h.
◆ X400_PRIORITY_NORMAL
| #define X400_PRIORITY_NORMAL 0 |
Normal message
Definition at line 1341 of file x400_att.h.