The EwsFolderInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkExchangeClass
Gets the Exchange class of the folder. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc.
Public propertySupported by the .NET Compact FrameworkChildFolderCount
Gets the Count of subfolders.
Public propertySupported by the .NET Compact FrameworkId
Gets the ID of the folder.
Public propertySupported by the .NET Compact FrameworkItemsTotal
Public propertySupported by the .NET Compact FrameworkName
Gets the Name of the folder.
Public propertySupported by the .NET Compact FrameworkParentId
Gets the parent folder ID (ID of a folder which contains this folder).
Public propertySupported by the .NET Compact FrameworkTotalItemCount
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.
Public propertySupported by the .NET Compact FrameworkUnreadItemCount
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.

See Also