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