MapiJournal.Save

Save(string)

Saves the specified file name.

public void Save(string fileName)
ParameterTypeDescription
fileNameStringName of the file.

See Also


Save(Stream)

Saves the specified stream.

public void Save(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also