Click or drag to resize

MailBuilderLoadHtml Method (String)

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
)

Parameters

html
Type: SystemString
HTML to be set.
See Also