Interface AMHS_attConstants

All Known Implementing Classes:
AMHS_att

public interface AMHS_attConstants
  • Field Details

    • 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:
    • ATS_S_FILING_TIME

      static final int ATS_S_FILING_TIME
      Filing time: specified as 6 digit string: DDHHMM (in UTC timezone)
      See Also:
    • ATS_S_OPTIONAL_HEADING_INFO

      static final int ATS_S_OPTIONAL_HEADING_INFO
      Optional Heading Information, ASCII string
      See Also:
    • ATS_S_TEXT

      static final int ATS_S_TEXT
      Text part of ATS message
      See Also:
    • 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:
    • 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:
    • 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:
    • ATS_IA5_TEXT

      static final int ATS_IA5_TEXT
      Use basic IA5text bodypart.
      See Also:
    • ATS_GENERALTEXT_REPERTOIRE_A

      static final int ATS_GENERALTEXT_REPERTOIRE_A
      Use GeneralText bodypart with Repertoire A ({1, 6}).
      See Also:
    • ATS_GENERALTEXT_REPERTOIRE_B

      static final int ATS_GENERALTEXT_REPERTOIRE_B
      Use GeneralText bodypart with Repertoire B ({1, 6, 100}).
      See Also:
    • ATS_EOH_MODE_CRLF

      static final int ATS_EOH_MODE_CRLF
      Use <CR><LF> as end-of-ats-heading indicator
      See Also:
    • ATS_EOH_MODE_LF

      static final int ATS_EOH_MODE_LF
      Use <LF> as end-of-ats-heading indicator
      See Also:
    • ATS_EOH_MODE_NONE

      static final int ATS_EOH_MODE_NONE
      No end-of-ats-heading indicator (PDR M3040002)
      See Also: