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 |
Represents arguments used in events that are raised after a new storage file is created or after it is processed.
Aspose::Email::Storage::NewStorageEventArgs::NewStorageEventArgs | ( | System::String | fileName | ) |
Initializes a new instance of the NewStorageEventArgs class.
fileName | Name of the file. |
System::String Aspose::Email::Storage::NewStorageEventArgs::get_FileName | ( | ) | const |
Gets the name of the new storage file.
|
friend |