How to use a text file to fill in the MessageText and MessageHTMLText property.

Created on by Andre Lorbach.

You don't want to build large strings with html-code or plain text to fill the MessageText or MessageHTMLText property? So why not using a plain text or html file. You will find below a simple code sample that explains how to open and read a text file and how to fill this into the MessageText or MessageHTMLText property:

 

 

Back to Non-Printer Version