Click or drag to resize

CEmail.MimeEncode Method

X#
Method to encode a string using a specific encoding or the default encoding of an email

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MimeEncode(
	c,
	nCode
) AS USUAL CLIPPER
Request Example View Source

Parameters

c (Optional)
Type: Usual
Optional String to encode. The default is to encode the body
nCode (Optional)
Type: Usual
Optional encoding type to use. X# supports the following two encodings: CODING_TYPE_PRINTABLE (the default) CODING_TYPE_BASE64

Return Value

Type: Usual
The encoded string.
See Also