Mail Document Option ID Constants identifies an optional
feature to enable or disable in the mailDocument interface.
MailDocOpt_Auto
(0) – Allows
automatic processing of a message based on information in the message
headers.If this option is
disabled, the message will be read "as is" without processing of any kind.For details on how the message is processed please see the mailDocument.Process
method under the Remarks section. Default is enabled (1).
MailDocOpt_EnableMDN
(1) – If disabled, this option prevents generation of the Message
Disposition Notification (MDN) message
regardless of whether subject message has requested or the
EnableAcknowledgment method has been used.Default is enabled (1).
MailDocOpt_EnableAS2
(2) – If disabled, this option prevents any automatic processing for an
EDIINT-AS2 type message.Default
is enabled (1).
MailDocOpt_EnableAS3
(3) – If disabled, this option prevents any automatic processing for an EDIINT-AS3 type message. Default is
enabled (1).
MailDocOpt_EnableEdi
(4) – If disabled, this option prevents any automatic processing of an EDI document in the message. That is, the EDI document will NOT be processed even if the "Content-Type" header contains the following value:
Application/EDI-X12
Application/EDIFACT
Application/EDI-Consent
The optional feature is enabled if it has a value of 1; disabled if the
option has a value of 0.