Package com.isode.x400api
Interface AMHS_attConstants
-
- All Known Implementing Classes:
AMHS_att
public interface AMHS_attConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATS_EOH_MODE
Integer value.static int
ATS_EOH_MODE_CRLF
Use <CR><LF> as end-of-ats-heading indicatorstatic int
ATS_EOH_MODE_LF
Use <LF> as end-of-ats-heading indicatorstatic int
ATS_EOH_MODE_NONE
No end-of-ats-heading indicator (PDR M3040002)static int
ATS_GENERALTEXT_REPERTOIRE_A
Use GeneralText bodypart with Repertoire A ({1, 6}).static int
ATS_GENERALTEXT_REPERTOIRE_B
Use GeneralText bodypart with Repertoire B ({1, 6, 100}).static int
ATS_IA5_TEXT
Use basic IA5text bodypart.static int
ATS_N_BASIC_BODYPART_ENCODING
Integer value.static int
ATS_N_EXTENDED
Boolean value.static int
ATS_S_FILING_TIME
Filing time: specified as 6 digit string: DDHHMM (in UTC timezone)static int
ATS_S_OPTIONAL_HEADING_INFO
Optional Heading Information, ASCII stringstatic int
ATS_S_PRIORITY_INDICATOR
Two letter ATS Priority Indicator.static int
ATS_S_TEXT
Text part of ATS message
-
-
-
Field Detail
-
ATS_S_PRIORITY_INDICATOR
static final int ATS_S_PRIORITY_INDICATOR
Two letter ATS Priority Indicator. This affects both the envelope
priority and IPM properties. Write only.- See Also:
- Constant Field Values
-
ATS_S_FILING_TIME
static final int ATS_S_FILING_TIME
Filing time: specified as 6 digit string: DDHHMM (in UTC timezone)- See Also:
- Constant Field Values
-
ATS_S_OPTIONAL_HEADING_INFO
static final int ATS_S_OPTIONAL_HEADING_INFO
Optional Heading Information, ASCII string- See Also:
- Constant Field Values
-
ATS_S_TEXT
static final int ATS_S_TEXT
Text part of ATS message- See Also:
- Constant Field Values
-
ATS_N_EXTENDED
static final int ATS_N_EXTENDED
Boolean value. If TRUE then the message is for the extended
ATS Message Service.- See Also:
- Constant Field Values
-
ATS_EOH_MODE
static final int ATS_EOH_MODE
Integer value. Configures what end-of-header indicator to
use. If not specified, will default to using the
amended end-of-heading-blank-line (CRLF) for Outlook compatibility,
but can also be set to use original mode (LF-only) or
no-end-of-heading (PDR M3040002) mode.- See Also:
- Constant Field Values
-
ATS_N_BASIC_BODYPART_ENCODING
static final int ATS_N_BASIC_BODYPART_ENCODING
Integer value. Configures the type of the bodypart
used to carry the basic ATS Message Service message.
Valid values are ATS_IA5_TEXT,
ATS_GENERALTEXT_REPERTOIRE_A, ATS_GENERALTEXT_REPERTOIRE_B.- See Also:
- Constant Field Values
-
ATS_IA5_TEXT
static final int ATS_IA5_TEXT
Use basic IA5text bodypart.- See Also:
- Constant Field Values
-
ATS_GENERALTEXT_REPERTOIRE_A
static final int ATS_GENERALTEXT_REPERTOIRE_A
Use GeneralText bodypart with Repertoire A ({1, 6}).- See Also:
- Constant Field Values
-
ATS_GENERALTEXT_REPERTOIRE_B
static final int ATS_GENERALTEXT_REPERTOIRE_B
Use GeneralText bodypart with Repertoire B ({1, 6, 100}).- See Also:
- Constant Field Values
-
ATS_EOH_MODE_CRLF
static final int ATS_EOH_MODE_CRLF
Use <CR><LF> as end-of-ats-heading indicator- See Also:
- Constant Field Values
-
ATS_EOH_MODE_LF
static final int ATS_EOH_MODE_LF
Use <LF> as end-of-ats-heading indicator- See Also:
- Constant Field Values
-
ATS_EOH_MODE_NONE
static final int ATS_EOH_MODE_NONE
No end-of-ats-heading indicator (PDR M3040002)- See Also:
- Constant Field Values
-
-