Click or drag to resize

IFluentMailAddAttachment(String) Method

Adds a attachment to the message.

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

Parameters

path  String
The file to read data from.

Return Value

IFluentAttachment
Email configuration for this attachment.
See Also