MS X.400 API
Modules | |
Error codes | |
Macros | |
#define | X400_MSG_MESSAGE 1 |
#define | X400_MSG_REPORT 2 |
#define | X400_MSG_PROBE 3 |
#define | X400_MSG_SUBMITTED_MESSAGE 4 |
Detailed Description
Macro Definition Documentation
◆ X400_MSG_MESSAGE
#define X400_MSG_MESSAGE 1 |
Message (Envelope and Content)
- Examples
- examples/x400_msrcv_msg_tok_sign.c, examples/x400_msrcv_sign.c, examples/x400_mssend.c, examples/x400_mssend_rcv_sign.c, examples/x400_mssend_sign.c, and x400_msasync.c.
Definition at line 29 of file x400_att.h.
◆ X400_MSG_REPORT
#define X400_MSG_REPORT 2 |
Report (Envelope, Report content and optional returned content)
Definition at line 32 of file x400_att.h.
◆ X400_MSG_PROBE
#define X400_MSG_PROBE 3 |
Probe (Envelope only)
Definition at line 35 of file x400_att.h.
◆ X400_MSG_SUBMITTED_MESSAGE
#define X400_MSG_SUBMITTED_MESSAGE 4 |
Submitted message (Envelope and Content)
Definition at line 38 of file x400_att.h.