Represents functionality for base object. More...
Inherits Object.
Inherited by Aspose::Email::Clients::Graph::CalendarInfo, Aspose::Email::Clients::Graph::FolderInfo, and Aspose::Email::Clients::Graph::TaskListInfo.
Public Member Functions | |
| virtual System::ArrayPtr< System::SharedPtr< Mapi::PropertyDescriptor > > | get_TransmissionExcludedProperties () |
| Gets enumeration of MAPI properties which are excluded from transmission process. More... | |
| virtual System::SharedPtr< Mapi::MapiPropertyCollection > | get_Properties () |
| Gets the mapi properties. More... | |
Protected Member Functions | |
| BaseRestObject (System::SharedPtr< Mapi::MapiPropertyCollection > properties, System::ArrayPtr< System::SharedPtr< Mapi::PropertyDescriptor >> explicitProperties) | |
| Initializes a new instance of the FolderInfo class. More... | |
Friends | |
| class | CalendarInfo |
| class | FolderInfo |
| class | TaskListInfo |
Represents functionality for base object.
|
protected |
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 |
|
friend |
|
friend |