amhs_att.h
Go to the documentation of this file.
1 /* Copyright (c) 2003-2009, Isode Limited, London, England.
2  * All rights reserved.
3  *
4  * Acquisition and use of this software and related materials for any
5  * purpose requires a written licence agreement from Isode Limited,
6  * or a written licence from an organisation licenced by Isode Limited
7  * to grant such a licence.
8  *
9  */
10 
11 /*
12  *
13  * @VERSION@
14  */
19 #ifndef _AMHS_ATT_H
20 #define _AMHS_ATT_H
21 
22 
23 #include "x400_att.h"
24 
31 #define ATS_S_PRIORITY_INDICATOR 1001
32 
36 #define ATS_S_FILING_TIME 1002
37 
39 #define ATS_S_OPTIONAL_HEADING_INFO 1003
40 
42 #define ATS_S_TEXT 1004
43 
45 #define ATS_N_EXTENDED 1005
46 
50 #define ATS_EOH_MODE 1006
51 
58 #define ATS_N_BASIC_BODYPART_ENCODING 1007
59 
65 #define ATS_IA5_TEXT 1
66 
68 #define ATS_GENERALTEXT_REPERTOIRE_A 2
69 
71 #define ATS_GENERALTEXT_REPERTOIRE_B 3
72 
74 /* \} */
75 
78 #define ATS_EOH_MODE_CRLF 1
79 
81 #define ATS_EOH_MODE_LF 2
82 
84 #define ATS_EOH_MODE_NONE 3
85 
87 /* \} */
88 
89 
90 #endif /* _X400_ATT_H */
X400 Symbolic Constants.