Modules

 P7 Message Store attributes
 

Macros

#define X400_N_BODY_TYPE   800
 
#define X400_S_BODY_DATA   801
 
#define X400_S_GENERAL_TEXT_CHARSETS   802
 
#define X400_N_FTBP_ENCODING   803
 
#define X400_S_FTBP_APPLICATION_REFERENCE_OID   804
 
#define X400_S_FTBP_APPLICATION_REFERENCE_STR   805
 
#define X400_S_FTBP_CONTENT_DESCRIPTION   806
 
#define X400_S_FTBP_FILENAME   807
 
#define X400_S_FTBP_CREATION_DATE   808
 
#define X400_S_FTBP_MODIFICATION_DATE   809
 
#define X400_S_FTBP_READ_DATE   810
 
#define X400_N_FTBP_OBJECT_SIZE   811
 
#define X400_S_BODY_DATA_RAW   812
 

Detailed Description

Macro Definition Documentation

◆ X400_N_BODY_TYPE

#define X400_N_BODY_TYPE   800

Type of body part. Value is the X400_T value

Definition at line 1167 of file x400_att.h.

◆ X400_S_BODY_DATA

#define X400_S_BODY_DATA   801

Body part data as octet string. For Teletex body part this is the concatenation of the strings.

Examples
examples/x400_mssend.c.

Definition at line 1170 of file x400_att.h.

◆ X400_S_GENERAL_TEXT_CHARSETS

#define X400_S_GENERAL_TEXT_CHARSETS   802

String containing the integer registration numbers for the character sets within the body part. The decimal values are separated by space characters. E.g. "1 6 100"

Definition at line 1175 of file x400_att.h.

◆ X400_N_FTBP_ENCODING

#define X400_N_FTBP_ENCODING   803

Boolean for encoding the Ftbp data. If unset or zero, then the octet-aligned encoding is used. If set to a non-zero value then the single-asn1 encoding choice is used.

Only used for output.

Definition at line 1181 of file x400_att.h.

◆ X400_S_FTBP_APPLICATION_REFERENCE_OID

#define X400_S_FTBP_APPLICATION_REFERENCE_OID   804

The Ftbp application reference as an Object Identifier, with a value as a dotted decimal value.

Definition at line 1189 of file x400_att.h.

◆ X400_S_FTBP_APPLICATION_REFERENCE_STR

#define X400_S_FTBP_APPLICATION_REFERENCE_STR   805

The Ftbp application reference as a string. If both this and the OID reference are set, only the OID reference is used.

Definition at line 1194 of file x400_att.h.

◆ X400_S_FTBP_CONTENT_DESCRIPTION

#define X400_S_FTBP_CONTENT_DESCRIPTION   806

The user-visible-string in the environment of Ftbp

Examples
examples/x400_mssend.c.

Definition at line 1200 of file x400_att.h.

◆ X400_S_FTBP_FILENAME

#define X400_S_FTBP_FILENAME   807

Name of associated file for Ftbp

Examples
examples/x400_mssend.c.

Definition at line 1203 of file x400_att.h.

◆ X400_S_FTBP_CREATION_DATE

#define X400_S_FTBP_CREATION_DATE   808

Creation date of file for Ftbp as GeneralizedTime

Examples
examples/x400_mssend.c.

Definition at line 1206 of file x400_att.h.

◆ X400_S_FTBP_MODIFICATION_DATE

#define X400_S_FTBP_MODIFICATION_DATE   809

Modification date of file for Ftbp as GeneralizedTime

Examples
examples/x400_mssend.c.

Definition at line 1209 of file x400_att.h.

◆ X400_S_FTBP_READ_DATE

#define X400_S_FTBP_READ_DATE   810

Read date of file for Ftbp as GeneralizedTime

Definition at line 1212 of file x400_att.h.

◆ X400_N_FTBP_OBJECT_SIZE

#define X400_N_FTBP_OBJECT_SIZE   811

Recorded file size of Ftbp. This may be different from the transfered size

Examples
examples/x400_mssend.c.

Definition at line 1215 of file x400_att.h.

◆ X400_S_BODY_DATA_RAW

#define X400_S_BODY_DATA_RAW   812

Raw octets from/for Data component of GeneralTextBodypart, including character set escape sequences etc.

Definition at line 1220 of file x400_att.h.