Aspose::Email::Storage::Pst::RestoredItemEntry Class Reference

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::MapiMessageget_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)
 

Detailed Description

Represents an entry for a soft-deleted item in the PST file, containing the message and the folder Id it was in.

Constructor & Destructor Documentation

◆ RestoredItemEntry()

Aspose::Email::Storage::Pst::RestoredItemEntry::RestoredItemEntry ( System::SharedPtr< Mapi::MapiMessage item,
System::String  folderId 
)

Member Function Documentation

◆ get_FolderId()

System::String Aspose::Email::Storage::Pst::RestoredItemEntry::get_FolderId ( ) const

Gets the folder Id in which the message was originally located.

◆ get_Item()

System::SharedPtr<Mapi::MapiMessage> Aspose::Email::Storage::Pst::RestoredItemEntry::get_Item ( ) const

Gets the soft-deleted message.