Click or drag to resize

CEmail.CreateHtml Method

X#
Creates a HTML body based on the text body of the email message.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CreateHtml(
	cText AS STRING
) AS STRING
Request Example View Source

Parameters

cText
Type: String
The text to encode

Return Value

Type: String
cHTML a HTML copy of cText.
See Also