Click or drag to resize

MailBuilderAddVisual Method (String)

Adds visual object. Data are read from the specified file.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeData AddVisual(
	string path
)

Parameters

path
Type: SystemString
The file to read data from.

Return Value

Type: MimeData
Newly added visual object.
See Also