 | MailBuilderLoadHtml(String, String) Method |
Sets HTML version of the message.
Modifies passed HTML, so that img tags reference inline images.
Adds all images that can be found on disk to
Visuals collection.
Extracts plain text from HTML and overrides
Text property.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void LoadHtml(
string html,
string rootFolder
)
Public Sub LoadHtml (
html As String,
rootFolder As String
)
public:
void LoadHtml(
String^ html,
String^ rootFolder
)
member LoadHtml :
html : string *
rootFolder : string -> unit Parameters
- html String
- HTML to be set.
- rootFolder String
- Base folder to search images in.
See Also