Securities Option ID Constants indicates what optional feature
can be enabled or disabled in the ediSecurities interface.
SecuritiesOpt_EncodeQP_All (1) – Specifies if all the
characters in a document is converted to hex characters when encoding in
quoted-printable. The encoded equivalent of a character is "="
followed by the hex representation of the octet value of the character -- for
example, the character "A" is "=41". If disabled, octets with
decimal values 33 through 60, and 62 through 126 are not encoded.
Defaults as disabled.
SecuritiesOpt_EncodeQP_Tab
(2) - Specifies if the TAB character should be encoded. The encoded
equivalent is "=09". Defaults as disabled.
SecuritiesOpt_EncodeQP_Space (3) - Specifies if the SPACE
character should be encoded. The encoded equivalent is "=20".
Defaults as disabled.