SearchPageDirection Enum

Definition

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

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.

Applies to