MailboxSearchLocation Enum

Definition

Specifies whether a query for an eDiscovery search targets a primary mailbox, an archive mailbox, or both. The MailboxSearchLocation enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class MailboxSearchLocation
public enum MailboxSearchLocation
Public Enum MailboxSearchLocation
Inheritance
MailboxSearchLocation

Fields

All 2

Both the primary mailbox and the archive mailbox. The All field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ArchiveOnly 1

The archive mailbox only. The ArchiveOnly field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PrimaryOnly 0

The primary mailbox only. The PrimaryOnly field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to