StorageProcessedEventArgs Class

Provides data for the StorageProcessed event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aspose.Email.Storage.PstStorageProcessedEventArgs

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class StorageProcessedEventArgs : EventArgs

The StorageProcessedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChunk
Gets the pst that represents the chunk.
Public propertyFileName
Gets the name of the pst file, that represents the chunk.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also