Recipient Attributes

Macros

#define X400_N_ORIGINAL_RECIPIENT_NUMBER   200
 
#define X400_N_RESPONSIBILITY   201
 
#define X400_N_MTA_REPORT_REQUEST   202
 
#define X400_N_REPORT_REQUEST   203
 
#define X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT   204
 
#define X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT_DN   205
 
#define X400_S_FREE_FORM_NAME   221
 
#define X400_S_TELEPHONE_NUMBER   222
 
#define X400_N_NOTIFICATION_REQUEST   223
 
#define X400_N_REPLY_REQUESTED   224
 
#define X400_N_PRECEDENCE   225
 
#define X400_S_ORIGINAL_RECIPIENT_ADDRESS   226
 
#define X400_S_CONVERTED_ENCODED_INFORMATION_TYPES   227
 

Detailed Description

Macro Definition Documentation

◆ X400_N_ORIGINAL_RECIPIENT_NUMBER

#define X400_N_ORIGINAL_RECIPIENT_NUMBER   200

X.400 Original Recipient Number

Definition at line 639 of file x400_att.h.

◆ X400_N_RESPONSIBILITY

#define X400_N_RESPONSIBILITY   201

X.400 Responsibility: 0 - not responsible, 1 - responsible

Definition at line 642 of file x400_att.h.

◆ X400_N_MTA_REPORT_REQUEST

#define X400_N_MTA_REPORT_REQUEST   202

X.400 Originating MTA report request: non-delivery-report 1 report 2 audited-report 3
This value should be set only by Gateway applications (like an MTCU)

Definition at line 645 of file x400_att.h.

◆ X400_N_REPORT_REQUEST

#define X400_N_REPORT_REQUEST   203

X.400 Originator report request: no report 0 non-delivery-report 1 report 2
This value should be set by user agent applications and Gateway applications

Examples:
examples/x400_mssend.c, examples/x400_mssend_rcv_sign.c, and examples/x400_mssend_sign.c.

Definition at line 653 of file x400_att.h.

◆ X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT

#define X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT   204

X.400 Originator requested alternate recipient: X.400 string form, address only, no Directory Name

Definition at line 661 of file x400_att.h.

◆ X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT_DN

#define X400_S_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT_DN   205

X.400 Originator requested alternate recipient, Directory Name in String encoding

Definition at line 665 of file x400_att.h.

◆ X400_S_FREE_FORM_NAME

#define X400_S_FREE_FORM_NAME   221

IPM Free Form Name

Definition at line 669 of file x400_att.h.

◆ X400_S_TELEPHONE_NUMBER

#define X400_S_TELEPHONE_NUMBER   222

IPM Telephone Number

Definition at line 672 of file x400_att.h.

◆ X400_N_NOTIFICATION_REQUEST

#define X400_N_NOTIFICATION_REQUEST   223

IPM Notification request: logical or of: 1 - receipt notification request 2 - non-receipt notification request 4 - return request

Examples:
examples/x400_mssend.c, examples/x400_mssend_rcv_sign.c, and examples/x400_mssend_sign.c.

Definition at line 675 of file x400_att.h.

◆ X400_N_REPLY_REQUESTED

#define X400_N_REPLY_REQUESTED   224

IPM Reply Request: boolean

Definition at line 682 of file x400_att.h.

◆ X400_N_PRECEDENCE

#define X400_N_PRECEDENCE   225

IPM Precedence X400(1999). Integer value

Examples:
examples/x400_msrcv_msg_tok_sign.c, examples/x400_msrcv_sign.c, and examples/x400_mssend_sign.c.

Definition at line 685 of file x400_att.h.

◆ X400_S_ORIGINAL_RECIPIENT_ADDRESS

#define X400_S_ORIGINAL_RECIPIENT_ADDRESS   226

The address in the first Redirection History element Also used in reported recipient information

Definition at line 688 of file x400_att.h.

◆ X400_S_CONVERTED_ENCODED_INFORMATION_TYPES

#define X400_S_CONVERTED_ENCODED_INFORMATION_TYPES   227

The CEIT used in the last trace info element of a per recipient report

Definition at line 693 of file x400_att.h.