Share via


FindFolderType Members

Include Protected Members
Include Inherited Members

The FindFolderType class represents a request to find folders in a mailbox.

The FindFolderType type exposes the following members.

Constructors

  Name Description
Public method FindFolderType The FindFolderType constructor initializes a new instance of the FindFolderType class.

Top

Properties

  Name Description
Public property FolderShape The FolderShape property gets or sets the shape of the query set. This property is required. This is a read/write property.
Public property Item The Item property gets or sets the paging type that describes how the query result set is paged in the response. This property gets or sets either an IndexedPageViewType or FractionalPageViewType object. This property is optional. This is a read/write property.
Public property ParentFolderIds The ParentFolderIds property gets or sets the folders that the FindFolder operation searches. This property is required. This is a read/write property.
Public property Restriction The Restriction property gets or sets the search parameters that define a folder query. This property is optional. This is a read/write property.
Public property Traversal The Traversal property gets or sets the traversal scheme that is used to search for folders. This property is required. This is a read/write property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top