Aspose::Email::Storage::NewStorageEventArgs Class Reference

Represents arguments used in events that are raised after a new storage file is created or after it is processed. More...

Inherits EventArgs.

Public Member Functions

System::String get_FileName () const
 Gets the name of the new storage file. More...
 
 NewStorageEventArgs (System::String fileName)
 Initializes a new instance of the NewStorageEventArgs class. More...
 

Friends

class Aspose::Email::Storage::Mbox::MboxStorageReader
 

Detailed Description

Represents arguments used in events that are raised after a new storage file is created or after it is processed.

Constructor & Destructor Documentation

◆ NewStorageEventArgs()

Aspose::Email::Storage::NewStorageEventArgs::NewStorageEventArgs ( System::String  fileName)

Initializes a new instance of the NewStorageEventArgs class.

Parameters
fileNameName of the file.

Member Function Documentation

◆ get_FileName()

System::String Aspose::Email::Storage::NewStorageEventArgs::get_FileName ( ) const

Gets the name of the new storage file.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Mbox::MboxStorageReader