Aspose::Email::Clients::Graph::BaseRestObject Class Reference

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::MapiPropertyCollectionget_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
 

Detailed Description

Represents functionality for base object.

Constructor & Destructor Documentation

◆ BaseRestObject()

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.

Parameters
propertiesMapiProperties for this folder
explicitPropertiesContains enumeration of MAPI properties which are transmits as explicit object properties

Member Function Documentation

◆ get_Properties()

virtual System::SharedPtr<Aspose::Email::Mapi::MapiPropertyCollection> Aspose::Email::Clients::Graph::BaseRestObject::get_Properties ( )
virtual

Gets the mapi properties.

◆ get_TransmissionExcludedProperties()

virtual System::ArrayPtr<System::SharedPtr<Aspose::Email::Mapi::PropertyDescriptor> > Aspose::Email::Clients::Graph::BaseRestObject::get_TransmissionExcludedProperties ( )
virtual

Gets enumeration of MAPI properties which are excluded from transmission process.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Graph::V1::Commands::BaseGraphCommand

friend class Aspose::Email::Clients::Graph::V1::Commands::BaseGraphCommand
friend