ConvertEmailEncodingToAnsi=
|
When you use the Email component, the default behavior is that the component's XML file contains a Body BLOB which is the email body. This is converted to Base64. You can use this [MAGIC_IBOLT] flag to convert encoded emails. When the flag is set to Y, any email that is encoded in UTF-8 or UTF-16 is converted to ANSI. This conversion takes place before the email's Body BLOB is converted to Base64. The default is N. This flag is no longer supported.
|
IncludeEmailPlainBody=
|
This flag is used to define the XML file that is generated by the Email component after reading an email. When this flag is set to N, the email will not include the plain body element (Alpha), but will include the Body BLOB element. The default value is Y. This flag is no longer supported.
|