Table of Contents

Class GetNonIndexableItemDetailsParameters

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents get non indexable item details parameters.

public sealed class GetNonIndexableItemDetailsParameters : NonIndexableItemParameters
Inheritance
GetNonIndexableItemDetailsParameters
Inherited Members

Constructors

GetNonIndexableItemDetailsParameters()

public GetNonIndexableItemDetailsParameters()

Properties

PageDirection

Search page direction

public SearchPageDirection? PageDirection { get; set; }

Property Value

SearchPageDirection?

PageItemReference

Page item reference

public string PageItemReference { get; set; }

Property Value

string

PageSize

Page size

public int? PageSize { get; set; }

Property Value

int?