Aspose::Email::Storage::Pst::StorageProcessedEventArgs Class Reference

Provides data for the PersonalStorage::StorageProcessed event More...

Inherits EventArgs.

Public Member Functions

System::SharedPtr< PersonalStorageget_Chunk () const
 Gets the pst that represents the chunk. More...
 
System::String get_FileName () const
 Gets the name of the pst file, that represents the chunk. More...
 
 StorageProcessedEventArgs (System::SharedPtr< PersonalStorage > currentChunk, System::String name)
 Initializes a new instance of the StorageProcessedEventArgs class. More...
 

Friends

class Aspose::Email::Storage::Pst::ChunkInfo
 
class Aspose::Email::Storage::Pst::PersonalStorage
 

Detailed Description

Provides data for the PersonalStorage::StorageProcessed event

Constructor & Destructor Documentation

◆ StorageProcessedEventArgs()

Aspose::Email::Storage::Pst::StorageProcessedEventArgs::StorageProcessedEventArgs ( System::SharedPtr< PersonalStorage currentChunk,
System::String  name 
)

Initializes a new instance of the StorageProcessedEventArgs class.

Parameters
currentChunkThe current chunk.
nameName of the file.

Member Function Documentation

◆ get_Chunk()

System::SharedPtr<PersonalStorage> Aspose::Email::Storage::Pst::StorageProcessedEventArgs::get_Chunk ( ) const

Gets the pst that represents the chunk.

The chunk.

◆ get_FileName()

System::String Aspose::Email::Storage::Pst::StorageProcessedEventArgs::get_FileName ( ) const

Gets the name of the pst file, that represents the chunk.

The name of the file.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Pst::ChunkInfo

friend class Aspose::Email::Storage::Pst::ChunkInfo
friend

◆ Aspose::Email::Storage::Pst::PersonalStorage