FolderType Class

The FolderType class represents a regular folder in the Exchange database.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseFolderType
    ExchangeWebServices.FolderType
      ExchangeWebServices.SearchFolderType
      ExchangeWebServices.TasksFolderType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class FolderType _
    Inherits BaseFolderType
'Usage
Dim instance As FolderType
[SerializableAttribute]
public class FolderType : BaseFolderType

Remarks

The FolderType class is the base class for the SearchFolderType and TasksFolderType classes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Other Resources