Provides data for the FolderInfo::MessageAdded event More...
Inherits EventArgs.
Public Member Functions | |
System::SharedPtr< Aspose::Email::Mapi::MapiMessage > | get_Message () const |
Gets the message that has been added. More... | |
System::String | get_EntryId () const |
Gets the string that represents the EntryId of the added message. More... | |
MessageAddedEventArgs (System::String entryId, System::SharedPtr< Aspose::Email::Mapi::MapiMessage > message) | |
Initializes a new instance of the MessageAddedEventArgs class. More... | |
Provides data for the FolderInfo::MessageAdded event
Aspose::Email::Storage::Pst::MessageAddedEventArgs::MessageAddedEventArgs | ( | System::String | entryId, |
System::SharedPtr< Aspose::Email::Mapi::MapiMessage > | message | ||
) |
Initializes a new instance of the MessageAddedEventArgs class.
entryId | The entry id. |
message | The message. |
System::String Aspose::Email::Storage::Pst::MessageAddedEventArgs::get_EntryId | ( | ) | const |
Gets the string that represents the EntryId of the added message.
The entry id.
System::SharedPtr<Aspose::Email::Mapi::MapiMessage> Aspose::Email::Storage::Pst::MessageAddedEventArgs::get_Message | ( | ) | const |
Gets the message that has been added.
The message.