The EwsFolderInfo type exposes the following members.
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.
|