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

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

Inherits EventArgs.

Public Member Functions

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

Friends

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

Detailed Description

Provides data for the PersonalStorage::StorageProcessed event

Constructor & Destructor Documentation

◆ StorageProcessedEventArgs()

ASPOSE_EMAIL_SHARED_API 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()

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

Gets the pst that represents the chunk.

The chunk.

◆ get_FileName()

ASPOSE_EMAIL_SHARED_API 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::PersonalStorage