ConvertHTML Method


Convert BodyText to text format and remove all html tags from message.

[Syntax]
Visual C++: HRESULT ConvertHTML(long Flags)
Visual Basic: ConvertHTML(Flags As Long)

Parameter:

Value Meaning
0 Automatically replace some html tags such as '</TR>, </P>' with line break sign.
1 Remove all html tags.

See Also

ImportMail Method