wodMailbox ActiveX Control - QuotedPrintableText Method
      
 

Description

Encodes text using Quoted-Printable encoding.


Return Type

A String value. Returns Quoted-Printable encoded text.


Syntax

object.QuotedPrintableText InText



The QuotedPrintableText Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Encoder.
InText Required. A String value. Holds text that should be QP encoded.

Remarks

QuotedPrintableText method will encode text specified in InText parameter and return it as string variable. QUOTED-PRINTABLE encoding will be used.

Resulting data is text-only file that can be safely transported over internet.