FileDataObjectSave Method

Saves the specified stream.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
See Also