GraphFolderInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9313)
Represents a Graph folder.
Syntax
public class GraphFolderInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| ChildFolderCount | Gets the number of immediate child folders in the folder. |
| Id | Gets the ID of the folder. |
| IsHidden | Gets a value indicating whether the folder is hidden. |
| Name | Gets the Name of the folder. |
| ParentId | Gets the ID of the parent folder (ID of a folder which contains this folder); or null reference if not known. |
| SizeInBytes | Gets the size in bytes of the folder occupied at the server. |
| TotalItemCount | Gets the total number of messages in this folder. If the folder does not provide such information, value is 0. |
| UnreadItemCount | Gets the number of unread messages in this folder. If the folder does not provide such information, value is 0. |