Aspose::Email::Storage::Pst::StorageProcessingEventArgs Class Reference

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
 

Detailed Description

Provides data for the PersonalStorage::StorageProcessing event

Constructor & Destructor Documentation

◆ StorageProcessingEventArgs()

Aspose::Email::Storage::Pst::StorageProcessingEventArgs::StorageProcessingEventArgs ( System::String  name)

Initializes a new instance of the StorageProcessedEventArgs class.

Parameters
nameName of the file.

Member Function Documentation

◆ get_FileName()

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.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Pst::PersonalStorage