Package com.isode.x400api
Interface AMHS_attConstants
- All Known Implementing Classes:
AMHS_att
public interface AMHS_attConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intInteger value.static final intUse <CR><LF> as end-of-ats-heading indicatorstatic final intUse <LF> as end-of-ats-heading indicatorstatic final intNo end-of-ats-heading indicator (PDR M3040002)static final intUse GeneralText bodypart with Repertoire A ({1, 6}).static final intUse GeneralText bodypart with Repertoire B ({1, 6, 100}).static final intUse basic IA5text bodypart.static final intInteger value.static final intBoolean value.static final intFiling time: specified as 6 digit string: DDHHMM (in UTC timezone)static final intOptional Heading Information, ASCII stringstatic final intTwo letter ATS Priority Indicator.static final intText 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:
-