 | MailBuilderLoadHtml(String, LoadHtmlConfiguration) 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,
LoadHtmlConfiguration configuration
)
Public Sub LoadHtml (
html As String,
configuration As LoadHtmlConfiguration
)
public:
void LoadHtml(
String^ html,
LoadHtmlConfiguration^ configuration
)
member LoadHtml :
html : string *
configuration : LoadHtmlConfiguration -> unit Parameters
- html String
- HTML to be set.
- configuration LoadHtmlConfiguration
- Configuration.
See Also