|
||||||||||||||||||||||||||||||||||||||||
Defines | |
| #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_N_BODY_TYPE 800 |
Type of body part. Value is the X400_T value
Definition at line 1093 of file x400_att.h.
| #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 1096 of file x400_att.h.
| #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 1101 of file x400_att.h.
| #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 1107 of file x400_att.h.
| #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 1115 of file x400_att.h.
| #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 1120 of file x400_att.h.
| #define X400_S_FTBP_CONTENT_DESCRIPTION 806 |
The user-visible-string in the environment of Ftbp
Definition at line 1126 of file x400_att.h.
| #define X400_S_FTBP_FILENAME 807 |
Name of associated file for Ftbp
Definition at line 1129 of file x400_att.h.
| #define X400_S_FTBP_CREATION_DATE 808 |
Creation date of file for Ftbp as GeneralizedTime
Definition at line 1132 of file x400_att.h.
| #define X400_S_FTBP_MODIFICATION_DATE 809 |
Modification date of file for Ftbp as GeneralizedTime
Definition at line 1135 of file x400_att.h.
| #define X400_S_FTBP_READ_DATE 810 |
Read date of file for Ftbp as GeneralizedTime
Definition at line 1138 of file x400_att.h.
| #define X400_N_FTBP_OBJECT_SIZE 811 |
Recorded file size of Ftbp. This may be different from the transfered size
Definition at line 1141 of file x400_att.h.