Click or drag to resize

IFluentMailAddVisual Method (String)

Adds a visual attachment to the message.

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

Parameters

path
Type: SystemString
The file to read data from.

Return Value

Type: IFluentAttachment
Email configuration for this attachment.
See Also