FileDataObject Class

Represents the file data.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Windows.FormsFileDataObject

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class FileDataObject

The FileDataObject type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Gets the name of the file.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSave
Saves the specified stream.
Public methodToString (Inherited from Object.)
See Also