Method MIMEContent():isConverting() Professional

Tests whether the message in a single part is converted automatically.

Syntax
:isConverting() --> lIsConverting
Return

The method returns .T. (true) when the message is automatically converted from and to the application's charset.

Description

The method :isConverting() tests whether a message uses a compatible enconding. This is the case when the charset is "utf-8" or if the charset matches the system locale. With a compatible charset, the message content is converted automatically when accessing its content via the methods :getMessage() and MIMEMessage:setMessage(). If automatic conversion is disabled using the method :setCharset(), :isConverting()returns .F. (false).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.