FolderInfo
FolderInfo class
Inherits: Aspose::Email::Clients::Graph::BaseRestObject
Represents information about personal folder.
Constructors
| Name | Description |
|---|---|
| FolderInfo | Initializes a new instance of the FolderInfo class. |
Methods
| Name | Description |
|---|---|
| get_ContainerClass | Gets container class of the folder object. |
| get_ContentCount | Gets the total number of items in the folder. |
| get_ContentUnreadCount | Gets the number of unread items in the folder. |
| get_DisplayName | Gets the display name of folder. |
| get_HasSubFolders | Gets a value indicating whether the Folder object has any subfolders. |
| get_ItemId | Gets string representation of entry ID. |
| set_DisplayName | Gets the display name of folder. |
| ToString | Returns a string that represents the current object. |