SearchPageDirection Enum
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.
Defines the page direction for the mailbox search. The SearchPageDirection enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public enum class SearchPageDirection
public enum SearchPageDirection
Public Enum SearchPageDirection
- Inheritance
-
SearchPageDirection
Fields
Name | Value | Description |
---|---|---|
Next | 0 | The search direction is forward. The Next field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Previous | 1 | The search direction is backwards. The Previous field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |