Provides data for the PersonalStorage::StorageProcessing event More...
Inherits EventArgs.
Public Member Functions | |
| System::String | get_FileName () const |
| Gets the name of the pst file, that represents the chunk. More... | |
| StorageProcessingEventArgs (System::String name) | |
| Initializes a new instance of the StorageProcessedEventArgs class. More... | |
Friends | |
| class | Aspose::Email::Storage::Pst::PersonalStorage |
Provides data for the PersonalStorage::StorageProcessing event
| Aspose::Email::Storage::Pst::StorageProcessingEventArgs::StorageProcessingEventArgs | ( | System::String | name | ) |
Initializes a new instance of the StorageProcessedEventArgs class.
| name | Name of the file. |
| System::String Aspose::Email::Storage::Pst::StorageProcessingEventArgs::get_FileName | ( | ) | const |
Gets the name of the pst file, that represents the chunk.
The name of the file.
|
friend |