CEmail.CreateHtml Method | |
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
public virtual string CreateHtml(
string cText
)
Request Example
View SourceParameters
- cText
- Type: String
The text to encode
Return Value
Type:
String
cHTML a HTML copy of cText.
See Also