Click or drag to resize

MimeDataSave(String) Method

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.26106.1555
Syntax
public void Save(
	string path
)

Parameters

path  String
The path and the name of the file to create.
See Also