Click or drag to resize

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.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void LoadHtml(
	string html,
	LoadHtmlConfiguration configuration
)

Parameters

html  String
HTML to be set.
configuration  LoadHtmlConfiguration
Configuration.
See Also