Click or drag to resize

MimeFactoryCreateFromFile Method

Creates new empty MimeData object (or derived object such as MimeText based on the file extension). Uploads data from specified file into newly created object.

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

Parameters

path
Type: SystemString
The file to read data from.

Return Value

Type: MimeData
New MimeData object loaded from file.
See Also