The EwsFolderInfo type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

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