Represents functionality for base object. More...
Inherits Object.
Inherited by Aspose::Email::Clients::Graph::FolderInfo.
Public Member Functions | |
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor > > | get_TransmissionExcludedProperties () |
Gets enumeration of MAPI properties which are excluded from transmission process. More... | |
virtual System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > | get_Properties () |
Gets the mapi properties. More... | |
BaseRestObject (System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > properties, System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >> explicitProperties) | |
Initializes a new instance of the FolderInfo class. More... | |
Friends | |
class | Aspose::Email::Clients::Graph::V1::Commands::BaseGraphCommand |
Represents functionality for base object.
Aspose::Email::Clients::Graph::BaseRestObject::BaseRestObject | ( | System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > | properties, |
System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >> | explicitProperties | ||
) |
Initializes a new instance of the FolderInfo class.
properties | MapiProperties for this folder |
explicitProperties | Contains enumeration of MAPI properties which are transmits as explicit object properties |
|
virtual |
Gets the mapi properties.
|
virtual |
Gets enumeration of MAPI properties which are excluded from transmission process.
|
friend |