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.
|