Represents an entry for a soft-deleted item in the PST file, containing the message and the folder Id it was in. More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< Mapi::MapiMessage > | get_Item () const |
| Gets the soft-deleted message. More... | |
| System::String | get_FolderId () const |
| Gets the folder Id in which the message was originally located. More... | |
| RestoredItemEntry (System::SharedPtr< Mapi::MapiMessage > item, System::String folderId) | |
Represents an entry for a soft-deleted item in the PST file, containing the message and the folder Id it was in.
| Aspose::Email::Storage::Pst::RestoredItemEntry::RestoredItemEntry | ( | System::SharedPtr< Mapi::MapiMessage > | item, |
| System::String | folderId | ||
| ) |
| System::String Aspose::Email::Storage::Pst::RestoredItemEntry::get_FolderId | ( | ) | const |
Gets the folder Id in which the message was originally located.
| System::SharedPtr<Mapi::MapiMessage> Aspose::Email::Storage::Pst::RestoredItemEntry::get_Item | ( | ) | const |
Gets the soft-deleted message.