Method MIMEMessage():getContentTransferEncoding() Professional

Retrieves the content transfer encoding.

Syntax
:getContentTransferEncoding() --> cEncoding
Return

The method returns a character string describing the content transfer encoding of the e-mail.

Description

E-mails are transferred encoded on the Internet. The name of the encoding algorithm used for the e-mail can be retrieved with this method. Examples are "7bit" or "base64".

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.