Provides data for the PersonalStorage::StorageProcessed event
More...
Inherits EventArgs.
◆ StorageProcessedEventArgs()
Aspose::Email::Storage::Pst::StorageProcessedEventArgs::StorageProcessedEventArgs |
( |
System::SharedPtr< PersonalStorage > |
currentChunk, |
|
|
System::String |
name |
|
) |
| |
Initializes a new instance of the StorageProcessedEventArgs class.
- Parameters
-
currentChunk | The current chunk. |
name | Name of the file. |
◆ 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.
◆ Aspose::Email::Storage::Pst::ChunkInfo
friend class Aspose::Email::Storage::Pst::ChunkInfo |
|
friend |
◆ Aspose::Email::Storage::Pst::PersonalStorage