Mail Document Property ID Constants identifies a property in
the mailDocument interface.
Property_Reporting_UA (1) This is the default reporting user agent
(UA) value.The value of this property, if it exists, is set in the Reporting-UA header of
a Message Disposition Notification (MDN) message when it is automatically
created in response to a request from a loaded message, or when acknowledgment
has been enabled.
Property_WrapLength (2) Number of continuous sequence of characters
that can be unbroken by a carriage-return line-feed pair (CRLF).The default value is 76.
MailDocProp_Boundary
(3) String representing the boundary that separates the body parts of a
multipart document. This is relevant to the main document only. The
default string is "fredi.boundary".
MailDocProp_BoundaryMdn
(4) String representing the boundary that separates the body parts of an MDN
when the MDN is generated.
MailDocProp_BoundaryEncrypt
(5) String representing the boundary that separates the body part of a
multipart encrypted document.
MailDocProp_BoundarySign
(6) String representing the boundary that separates the body part of a
multipart signed document.
MailDocProp_MdnMic_Default(7) - Sets the default
value of the MIC value in the MDN. The value here is
assigned to the Received-Content-MIC header of the
message/disposition-notification body part of the MDN (2nd body
part). The default value of this property is empty
(zero-length string) which by default the MIC value is
automatically calculated. Also, a single space character
is allowed for this property.
MailDocProp_ContentTypeSignedData
(51) The field value of the Content-Type header that indicates that the
document is in SignedData format. The default is "application/pkcs7-mime;
smime-type=signed-data".
MailDocProp_ContentTypeEnvelopedData
(52) The field value of the Content-Type header that indicates that the
document is in EnvelopedData format. The default is
"application/pkcs7-mime; smime-type=enveloped-data".
MailDocProp_ContentTypeAuthenticatedData
(53) The field value of the Content-Type header that indicates that the
document is in AuthenticatedData format. The default is
"application/x-authenticated".
MailDocProp_ContentTypeMultPartSigned
(54) The field value of the Content-Type header that indicates that the
document is in Multipart/Signed format. The default is
"application/pkcs7-signature".
MailDocProp_ContentTypeMultPartEncrypted
(55) The field value of the Content-Type header that indicates that the
document is in Multipart/Encrypted format. The default is
"application/x-encrypted".
MailDocProp_ContentTypeCompressedData
(56) The field value of the Content-Type header that indicates that the
document is in CompressedData format. The default is "application/pkcs7-mime;
smime-type=compressed-data".
MailDocProp_EncodeQP_MaxLineLen
(71) Maximum number of characters in a single line of a quoted-printable
encoded body part. The default is 76.
MailDocProp_EncodeBase64_MaxLineLen
(72) Maximum number of characters in a single line of a base64 encoded body
part. The default is 76.
MailDocProp_Encode_Mechanism_Binary
(73) Encoding mechanism to canonicalize binary data that is not
EDI. Default enoding is Base64.
MailDocProp_Encode_Mechanism_X12
(74) Encoding mechanism to canonicalize ASC/X12 document if the data is
binary. The EDI document is MIME-encapsulated having Content-Type header
"Application/EDI-X12". Default enoding is Quoted Printable.
MailDocProp_Encode_Mechanism_Edifact
(75) Encoding mechanism to canonicalize UN/EDIFACT document if the data is
binary. The EDI document is MIME-encapsulated having Content-Type header
"Application/EDIFACT". Default enoding is Quoted Printable.
MailDocProp_Encode_Mechanism_EdiContent (76) Encoding
mechanism to canonicalize MIME-encapsulated EDI binary document having
Content-Type header "Application/EDI-Consent". Default enoding is Quoted
Printable.