FindItemType Members

Include Protected Members
Include Inherited Members

The FindItemType class represents a query to find items in a mailbox.

The FindItemType type exposes the following members.

Constructors

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

Top

Properties

  Name Description
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, FractionalPageViewType, CalendarViewType, or ContactsViewType object. This property is optional. This is a read/write property.
Public property Item1 The Item1 property gets or sets the grouping type that describes how the query result set is grouped in the response. This property gets or sets either a GroupByType or DistinguishedGroupByType object. This property is optional. This is a read/write property.
Public property ItemShape The ItemShape property gets or sets the shape of the query set. This property is required. This is a read/write property.
Public property ParentFolderIds The ParentFolderIds property gets or sets the folders that the FindItem operation searches. This property is required. This is a read/write property.
Public property QueryString
Public property Restriction The Restriction property gets or sets the search parameters that define an item query. This property is optional. This is a read/write property.
Public property SortOrder The SortOrder property gets or sets the sort order of items returned in the result set. 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 items in 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