X.400 Report Attributes
Modules | |
Attributes only used in defaults | |
Macros | |
#define | X400_S_SUBJECT_IDENTIFIER 600 |
#define | X400_S_SUPPLEMENTARY_INFO 610 |
#define | X400_N_TYPE_OF_USER 611 |
#define | X400_S_ARRIVAL_TIME 612 |
#define | X400_N_NON_DELIVERY_REASON 613 |
#define | X400_N_NON_DELIVERY_DIAGNOSTIC 614 |
Detailed Description
Macro Definition Documentation
◆ X400_S_SUBJECT_IDENTIFIER
#define X400_S_SUBJECT_IDENTIFIER 600 |
X.400 Report subject identifier: RFC 2156 string form
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend_rep.c.
Definition at line 1039 of file x400_att.h.
◆ X400_S_SUPPLEMENTARY_INFO
#define X400_S_SUPPLEMENTARY_INFO 610 |
Per-reported recipient supplementary information
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend_rep.c.
Definition at line 1042 of file x400_att.h.
◆ X400_N_TYPE_OF_USER
#define X400_N_TYPE_OF_USER 611 |
Type of MTS user for delivery - see standards for values
- Examples
- examples/x400_mtrcv.c.
Definition at line 1045 of file x400_att.h.
◆ X400_S_ARRIVAL_TIME
#define X400_S_ARRIVAL_TIME 612 |
Per-reported recipient arrival time
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend_rep.c.
Definition at line 1048 of file x400_att.h.
◆ X400_N_NON_DELIVERY_REASON
#define X400_N_NON_DELIVERY_REASON 613 |
Non-delivery Reason - see standards for values
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend_rep.c.
Definition at line 1051 of file x400_att.h.
◆ X400_N_NON_DELIVERY_DIAGNOSTIC
#define X400_N_NON_DELIVERY_DIAGNOSTIC 614 |
Non-delivery diagnostic - see standards for values
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend_rep.c.
Definition at line 1054 of file x400_att.h.