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