Represents information about personal folder. More...
Inherits Aspose::Email::Clients::Graph::BaseRestObject.
Public Member Functions | |
virtual System::String | get_DisplayName () |
Gets the display name of folder. More... | |
virtual void | set_DisplayName (System::String value) |
Gets the display name of folder. More... | |
virtual int32_t | get_ContentCount () |
Gets the total number of items in the folder. More... | |
virtual int32_t | get_ContentUnreadCount () |
Gets the number of unread items in the folder. More... | |
virtual bool | get_HasSubFolders () |
Gets a value indicating whether the Folder object has any subfolders. More... | |
virtual System::String | get_ContainerClass () |
Gets container class of the folder object. More... | |
virtual System::String | get_ItemId () |
Gets string representation of entry ID. More... | |
FolderInfo (System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > properties) | |
Initializes a new instance of the FolderInfo class. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Public Member Functions inherited from Aspose::Email::Clients::Graph::BaseRestObject | |
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... | |
Represents information about personal folder.
Aspose::Email::Clients::Graph::FolderInfo::FolderInfo | ( | System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > | properties | ) |
Initializes a new instance of the FolderInfo class.
properties | MapiProperties for this folder |
|
virtual |
Gets container class of the folder object.
The container class.
|
virtual |
Gets the total number of items in the folder.
The content count.
|
virtual |
Gets the number of unread items in the folder.
The content unread count.
|
virtual |
Gets the display name of folder.
The display name.
|
virtual |
Gets a value indicating whether the Folder object has any subfolders.
The has sub folders.
|
virtual |
Gets string representation of entry ID.
The entry id string.
|
virtual |
Gets the display name of folder.
The display name.
|
override |
Returns a string that represents the current object.