wodMailbox ActiveX Control - UuencodeText Method
      
 

Description

Encodes text using UU encoding.


Return Type

A String value. Returns UU encoded text.


Syntax

object.UuencodeText InText



The UuencodeText 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 encoded.

Remarks

UuencodeText method will encode text specified in InText parameter and returns it as string variable. UU encoding will be used.

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