Click or drag to resize

IFluentMailAddVisual(String) Method

Adds a visual attachment to the message.

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

Parameters

path  String
The file to read data from.

Return Value

IFluentAttachment
Email configuration for this attachment.
See Also