AFTN Attributes

These attributes map to different X400 Attributes depending on the environment. Note that if you are using the basic message service (i.e. ATS_N_EXTENDED is not set, or is set to FALSE) you must supply all of the mandatory ATS attributes - ATS-S_PRIORITY_INDICATOR, ATS_S_FILING_TIME and ATS_S_TEXT as a set. More...

Modules

 AFTN EOH Settings
 

Macros

#define ATS_S_PRIORITY_INDICATOR   1001
 
#define ATS_S_FILING_TIME   1002
 
#define ATS_S_OPTIONAL_HEADING_INFO   1003
 
#define ATS_S_TEXT   1004
 
#define ATS_N_EXTENDED   1005
 
#define ATS_EOH_MODE   1006
 
#define ATS_N_BASIC_BODYPART_ENCODING   1007
 
#define ATS_IA5_TEXT   1
 
#define ATS_GENERALTEXT_REPERTOIRE_A   2
 
#define ATS_GENERALTEXT_REPERTOIRE_B   3
 

Detailed Description

These attributes map to different X400 Attributes depending on the environment. Note that if you are using the basic message service (i.e. ATS_N_EXTENDED is not set, or is set to FALSE) you must supply all of the mandatory ATS attributes - ATS-S_PRIORITY_INDICATOR, ATS_S_FILING_TIME and ATS_S_TEXT as a set.

Macro Definition Documentation

◆ ATS_S_PRIORITY_INDICATOR

#define ATS_S_PRIORITY_INDICATOR   1001

Two letter ATS Priority Indicator. This affects both the envelope priority and IPM properties. Write only.

Definition at line 31 of file amhs_att.h.

◆ ATS_S_FILING_TIME

#define ATS_S_FILING_TIME   1002

Filing time: specified as 6 digit string: DDHHMM (in UTC timezone)

Definition at line 36 of file amhs_att.h.

◆ ATS_S_OPTIONAL_HEADING_INFO

#define ATS_S_OPTIONAL_HEADING_INFO   1003

Optional Heading Information, ASCII string

Definition at line 39 of file amhs_att.h.

◆ ATS_S_TEXT

#define ATS_S_TEXT   1004

Text part of ATS message

Definition at line 42 of file amhs_att.h.

◆ ATS_N_EXTENDED

#define ATS_N_EXTENDED   1005

Boolean value. If TRUE then the message is for the extended ATS Message Service.

Definition at line 45 of file amhs_att.h.

◆ ATS_EOH_MODE

#define ATS_EOH_MODE   1006

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.

Definition at line 50 of file amhs_att.h.

◆ ATS_N_BASIC_BODYPART_ENCODING

#define ATS_N_BASIC_BODYPART_ENCODING   1007

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.

Definition at line 58 of file amhs_att.h.

◆ ATS_IA5_TEXT

#define ATS_IA5_TEXT   1

Use basic IA5text bodypart.

Definition at line 65 of file amhs_att.h.

◆ ATS_GENERALTEXT_REPERTOIRE_A

#define ATS_GENERALTEXT_REPERTOIRE_A   2

Use GeneralText bodypart with Repertoire A ({1, 6}).

Definition at line 68 of file amhs_att.h.

◆ ATS_GENERALTEXT_REPERTOIRE_B

#define ATS_GENERALTEXT_REPERTOIRE_B   3

Use GeneralText bodypart with Repertoire B ({1, 6, 100}).

Definition at line 71 of file amhs_att.h.