CEmail.MimeEncode Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MimeEncode(
Usual c = default,
Usual nCode = default
)
Request Example
View SourceParameters
- 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