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 |
Represents the result of saving the retrieved item.
Aspose::Email::Storage::Pst::SaveResult::SaveResult | ( | ) |
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.
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.
SaveStatus Aspose::Email::Storage::Pst::SaveResult::get_Status | ( | ) | const |
Gets the saving status.
The SaveStatus.
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.
void Aspose::Email::Storage::Pst::SaveResult::set_Status | ( | SaveStatus | value | ) |
Gets the saving status.
The SaveStatus.
|
friend |