Aspose::Email::Storage::Pst::SaveResult Class Reference

Represents the result of saving the retrieved item. More...

Inherits Object.

Public Member Functions

SaveStatus get_Status () const
 Gets the saving status. More...
 
void set_Status (SaveStatus value)
 Gets the saving status. More...
 
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor > > > get_MissedProperties () const
 Gets the collection of missed properties. More...
 
void set_MissedProperties (System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> value)
 Gets the collection of missed properties. More...
 
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< SaveResult > > > get_Attachments () const
 Gets the save results of attachments. More...
 
 SaveResult ()
 

Friends

class Aspose::Email::Storage::Pst::PstDoer
 

Detailed Description

Represents the result of saving the retrieved item.

Constructor & Destructor Documentation

◆ SaveResult()

Aspose::Email::Storage::Pst::SaveResult::SaveResult ( )

Member Function Documentation

◆ get_Attachments()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<SaveResult> > > Aspose::Email::Storage::Pst::SaveResult::get_Attachments ( ) const

Gets the save results of attachments.

The list of SaveResult.

◆ get_MissedProperties()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Aspose::Email::Mapi::PropertyDescriptor> > > Aspose::Email::Storage::Pst::SaveResult::get_MissedProperties ( ) const

Gets the collection of missed properties.

The list of PropertyDescriptor.

◆ get_Status()

SaveStatus Aspose::Email::Storage::Pst::SaveResult::get_Status ( ) const

Gets the saving status.

The SaveStatus.

◆ set_MissedProperties()

void Aspose::Email::Storage::Pst::SaveResult::set_MissedProperties ( System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>>  value)

Gets the collection of missed properties.

The list of PropertyDescriptor.

◆ set_Status()

void Aspose::Email::Storage::Pst::SaveResult::set_Status ( SaveStatus  value)

Gets the saving status.

The SaveStatus.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Pst::PstDoer

friend class Aspose::Email::Storage::Pst::PstDoer
friend