HTMLFile Property
The path to a local HTML file.
Syntax
char* GetHTMLFile();
int SetHTMLFile(char* lpszHTMLFile);
Default Value
""
Remarks
This property may contain the path to the local HTML file. If this property is not empty, the contents of the file with that name will be appended to the text in MessageHTML.
Note that this means that if MessageHTML is empty, HTMLFile is what will be sent to the server.
As a side effect, the current directory is set to the directory where MessageHTML is located.
This property is not available at design time.
Data Type
String