ConversationIndexedItemView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the conversation view settings in a folder search operation.
public ref class ConversationIndexedItemView sealed : Microsoft::Exchange::WebServices::Data::PagedView
public sealed class ConversationIndexedItemView : Microsoft.Exchange.WebServices.Data.PagedView
Public NotInheritable Class ConversationIndexedItemView
Inherits PagedView
- Inheritance
Constructors
ConversationIndexedItemView(Int32, Int32, OffsetBasePoint) |
Initializes a new instance of the ConversationIndexedItemView class by using the supplied page size, offset, and base point. |
ConversationIndexedItemView(Int32, Int32) |
Initializes a new instance of the ConversationIndexedItemView class by using the supplied page size and offset. |
ConversationIndexedItemView(Int32) |
Initializes a new instance of the ConversationIndexedItemView class by using the supplied page size. |
Properties
Offset |
Gets or sets the offset. (Inherited from PagedView) |
OffsetBasePoint |
Gets or sets the base point of the offset. (Inherited from PagedView) |
OrderBy |
Gets the properties against which the returned items should be ordered. |
PageSize |
Gets or sets the maximum number of items or folders that the search operation should return. (Inherited from PagedView) |
PropertySet |
Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items. (Inherited from ViewBase) |
Traversal |
Gets or sets the conversation query traversal mode. The Traversal property is applicable for clients that target Exchange Online and versions of Exchange startingwith Exchange Server 2013. |
ViewFilter |
Gets or sets the view filter specifying the type of items to return. The ViewFilter property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |