Documentation

FindMailboxStatisticsByKeywordsType extends BaseRequestType
in package

Defines a request to search for mailbox statistics by keyword.

Table of Contents

Properties

$FromDate  : string
Specifies the date that the message was sent.Specifies an array of recipients of a message.
$IncludePersonalArchive  : bool
Specifies whether to include the personal archive in the search.
$IncludeUnsearchableItems  : bool
Specifies whether to include items that cannot be searched.
$Keywords  : ArrayOfStringsType
Specifies keywords for a search.
$Language  : string
Contains the language used for the search query.
$Mailboxes  : ArrayOfUserMailboxesType
Contains an array of mailboxes affected by the hold.
$MessageTypes  : ArrayOfSearchItemKindsType
Specifies an array of messages to search.
$Recipients  : ArrayOfSmtpAddressType
Specifies an array of recipients of a message.
$SearchDumpster  : bool
Specifies whether to search in deleted items.
$Senders  : ArrayOfSmtpAddressType
Specifies an array of SMTP addresses.
$ToDate  : string
Specifies the date that the message was received.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$FromDate

Specifies the date that the message was sent.Specifies an array of recipients of a message.

public string $FromDate
Tags
since

Exchange 2013

todo

Make a DateTime object.

$IncludePersonalArchive

Specifies whether to include the personal archive in the search.

public bool $IncludePersonalArchive
Tags
since

Exchange 2013

$IncludeUnsearchableItems

Specifies whether to include items that cannot be searched.

public bool $IncludeUnsearchableItems
Tags
since

Exchange 2013

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results