Click or drag to resize

MailBuilderAddAttachment Method (String)

Adds attachment. Data are read from the specified file.

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

Parameters

path
Type: SystemString
The file to read data from.

Return Value

Type: MimeData
Newly added attachment.
See Also