Modules

 X.400 Report Attributes
 

Macros

#define X400_N_IS_IPN   500
 
#define X400_S_SUBJECT_IPM   501
 
#define X400_S_CONVERSION_EITS   502
 
#define X400_N_NON_RECEIPT_REASON   510
 
#define X400_N_DISCARD_REASON   511
 
#define X400_S_AUTOFORWARD_COMMENT   512
 
#define X400_S_RECEIPT_TIME   520
 
#define X400_N_ACK_MODE   521
 
#define X400_S_SUPP_RECEIPT_INFO   522
 

Detailed Description

Macro Definition Documentation

◆ X400_N_IS_IPN

#define X400_N_IS_IPN   500

True if message is an IPN rather than IPM

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1005 of file x400_att.h.

◆ X400_S_SUBJECT_IPM

#define X400_S_SUBJECT_IPM   501

IPM Identifier of subject message

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1008 of file x400_att.h.

◆ X400_S_CONVERSION_EITS

#define X400_S_CONVERSION_EITS   502

Space separated list of EIT names

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1011 of file x400_att.h.

◆ X400_N_NON_RECEIPT_REASON

#define X400_N_NON_RECEIPT_REASON   510

Non-receipt reason: 0 - discarded; 1 - auto-forwarded

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1014 of file x400_att.h.

◆ X400_N_DISCARD_REASON

#define X400_N_DISCARD_REASON   511

Discard reason: 0 - ipm-expired; 1 - ipm-obsoleted; 2 - user subscription terminated

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1017 of file x400_att.h.

◆ X400_S_AUTOFORWARD_COMMENT

#define X400_S_AUTOFORWARD_COMMENT   512

Autoforward comment

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1022 of file x400_att.h.

◆ X400_S_RECEIPT_TIME

#define X400_S_RECEIPT_TIME   520

Time of receipt: UTCTime format

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1025 of file x400_att.h.

◆ X400_N_ACK_MODE

#define X400_N_ACK_MODE   521

Acknowledgement mode: 0 - manual; 1 -automatic

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1028 of file x400_att.h.

◆ X400_S_SUPP_RECEIPT_INFO

#define X400_S_SUPP_RECEIPT_INFO   522

Supplementary information associated with IPN

Examples
examples/x400_msrcv_msg_tok_sign.c.

Definition at line 1031 of file x400_att.h.