Provides data for the PersonalStorage::StorageProcessed event More...
Inherits EventArgs.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< PersonalStorage > | get_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 |
Provides data for the PersonalStorage::StorageProcessed event
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.
currentChunk | The current chunk. |
name | Name of the file. |
ASPOSE_EMAIL_SHARED_API System::SharedPtr<PersonalStorage> Aspose::Email::Storage::Pst::StorageProcessedEventArgs::get_Chunk | ( | ) | const |
Gets the pst that represents the chunk.
The chunk.
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.
|
friend |