The EwsFolderInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object.  (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| ExchangeClass | 
            Gets the Exchange class of the folder. 
            E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc.
              | |
| ChildFolderCount | 
            Gets the Count of subfolders.
              | |
| Id | 
            Gets the ID of the folder.
              | |
| ItemsTotal | ||
| Name | 
            Gets the Name of the folder.
              | |
| ParentId | 
            Gets the parent folder ID (ID of a folder which contains this folder).
              | |
| TotalItemCount | 
            Gets the total count of items in this folder (subfolders and theirs content don't count).
            Items are messages, contacts, appointments, etc.
            Folders are not items.
              | |
| UnreadItemCount | 
            Gets the unread message count int this folder.
            Items are messages, contacts, appointments, etc.
            Folders are not items.
            If the folder does not provide such information, value is 0.
              |