 | MimeDataSave(String) Method |
Creates a new file with the specified name and saves
Data into it.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
public:
void Save(
String^ path
)
member Save :
path : string -> unit Parameters
- path String
- The path and the name of the file to create.
See Also