EwsFolderInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange folder.
Syntax
public class EwsFolderInfo
Inherited Members
Properties
Name | Description |
---|---|
ChildFolderCount | Gets the Count of subfolders. |
ExchangeClass | Gets the Exchange class of the folder. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc. |
Id | Gets the ID of the folder. |
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. |