Click or drag to resize

MailBuilderAddAttachment(String) Method

Adds attachment. Data are read from the specified file.

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

Parameters

path  String
The file to read data from.

Return Value

MimeData
Newly added attachment.
See Also