Package com.isode.x400api
Interface AMHS_attConstants
- All Known Implementing Classes:
AMHS_att
public interface AMHS_attConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Integer value.static final int
Use <CR><LF> as end-of-ats-heading indicatorstatic final int
Use <LF> as end-of-ats-heading indicatorstatic final int
No end-of-ats-heading indicator (PDR M3040002)static final int
Use GeneralText bodypart with Repertoire A ({1, 6}).static final int
Use GeneralText bodypart with Repertoire B ({1, 6, 100}).static final int
Use basic IA5text bodypart.static final int
Integer value.static final int
Boolean value.static final int
Filing time: specified as 6 digit string: DDHHMM (in UTC timezone)static final int
Optional Heading Information, ASCII stringstatic final int
Two letter ATS Priority Indicator.static final int
Text part of ATS message
-
Field Details
-
ATS_S_PRIORITY_INDICATOR
static final int ATS_S_PRIORITY_INDICATORTwo letter ATS Priority Indicator. This affects both the envelope
priority and IPM properties. Write only.- See Also:
-
ATS_S_FILING_TIME
static final int ATS_S_FILING_TIMEFiling time: specified as 6 digit string: DDHHMM (in UTC timezone)- See Also:
-
ATS_S_OPTIONAL_HEADING_INFO
static final int ATS_S_OPTIONAL_HEADING_INFOOptional Heading Information, ASCII string- See Also:
-
ATS_S_TEXT
static final int ATS_S_TEXTText part of ATS message- See Also:
-
ATS_N_EXTENDED
static final int ATS_N_EXTENDEDBoolean value. If TRUE then the message is for the extended
ATS Message Service.- See Also:
-
ATS_EOH_MODE
static final int ATS_EOH_MODEInteger 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:
-
ATS_N_BASIC_BODYPART_ENCODING
static final int ATS_N_BASIC_BODYPART_ENCODINGInteger 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:
-
ATS_IA5_TEXT
static final int ATS_IA5_TEXTUse basic IA5text bodypart.- See Also:
-
ATS_GENERALTEXT_REPERTOIRE_A
static final int ATS_GENERALTEXT_REPERTOIRE_AUse GeneralText bodypart with Repertoire A ({1, 6}).- See Also:
-
ATS_GENERALTEXT_REPERTOIRE_B
static final int ATS_GENERALTEXT_REPERTOIRE_BUse GeneralText bodypart with Repertoire B ({1, 6, 100}).- See Also:
-
ATS_EOH_MODE_CRLF
static final int ATS_EOH_MODE_CRLFUse <CR><LF> as end-of-ats-heading indicator- See Also:
-
ATS_EOH_MODE_LF
static final int ATS_EOH_MODE_LFUse <LF> as end-of-ats-heading indicator- See Also:
-
ATS_EOH_MODE_NONE
static final int ATS_EOH_MODE_NONENo end-of-ats-heading indicator (PDR M3040002)- See Also:
-