Aspose::Email::Clients::Graph::FolderInfo Class Reference

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

Detailed Description

Represents information about personal folder.

Constructor & Destructor Documentation

◆ FolderInfo()

Aspose::Email::Clients::Graph::FolderInfo::FolderInfo ( System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection properties)

Initializes a new instance of the FolderInfo class.

Parameters
propertiesMapiProperties for this folder

Member Function Documentation

◆ get_ContainerClass()

virtual System::String Aspose::Email::Clients::Graph::FolderInfo::get_ContainerClass ( )
virtual

Gets container class of the folder object.

The container class.

◆ get_ContentCount()

virtual int32_t Aspose::Email::Clients::Graph::FolderInfo::get_ContentCount ( )
virtual

Gets the total number of items in the folder.

The content count.

◆ get_ContentUnreadCount()

virtual int32_t Aspose::Email::Clients::Graph::FolderInfo::get_ContentUnreadCount ( )
virtual

Gets the number of unread items in the folder.

The content unread count.

◆ get_DisplayName()

virtual System::String Aspose::Email::Clients::Graph::FolderInfo::get_DisplayName ( )
virtual

Gets the display name of folder.

The display name.

◆ get_HasSubFolders()

virtual bool Aspose::Email::Clients::Graph::FolderInfo::get_HasSubFolders ( )
virtual

Gets a value indicating whether the Folder object has any subfolders.

The has sub folders.

◆ get_ItemId()

virtual System::String Aspose::Email::Clients::Graph::FolderInfo::get_ItemId ( )
virtual

Gets string representation of entry ID.

The entry id string.

◆ set_DisplayName()

virtual void Aspose::Email::Clients::Graph::FolderInfo::set_DisplayName ( System::String  value)
virtual

Gets the display name of folder.

The display name.

◆ ToString()

System::String Aspose::Email::Clients::Graph::FolderInfo::ToString ( ) const
override

Returns a string that represents the current object.

Returns
A string that represents the current object.