Click or drag to resize

MimeDataSave Method (String)

Creates a new file with the specified name and saves Data into it.

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

Parameters

path
Type: SystemString
The path and the name of the file to create.
See Also