|
The Encoder ActiveX control implements methods for message encoding / decoding with any of the QuotedPrintable, Base64 and UUEncode methods.
This ActiveX control is designed to convert information provided in single string or file with any of the supported encoding methods. Use it when it is necessary to encode / decode any part of the message before sending or after receiving it respectively.
Please see the Demos code (SimpleEncoder) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation for more details about using this control.
Name |
Description |
CharsPerLine |
Specifies a max number of characters per each line. |
|
Name |
Description |
DecodeFile |
Decodes a file with the given method. |
DecodeString |
Decodes a string with the given method. |
EncodeFile |
Encodes a file with the given method. |
EncodeString |
Encodes a string with the given method. |
GetNeedEncoding |
Determines the encoding method of the given data. |
|
Name |
Description |
OnProgress |
Occurs when encoding / decoding is processed. |
|
|