X.400 Body part 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 1166 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.

Definition at line 1169 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 1174 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 1180 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 1188 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 1193 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

Definition at line 1199 of file x400_att.h.

◆ X400_S_FTBP_FILENAME

#define X400_S_FTBP_FILENAME   807

Name of associated file for Ftbp

Definition at line 1202 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

Definition at line 1205 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

Definition at line 1208 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 1211 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

Definition at line 1214 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 1219 of file x400_att.h.