| MailBuilderLoadHtml Method (String, LoadHtmlConfiguration) |
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.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
- Type: SystemString
HTML to be set. - configuration
- Type: Limilabs.MailLoadHtmlConfiguration
Configuration.
See Also