Documentation

FindMessageTrackingReportResponseMessageType extends ResponseMessageType
in package

Represents the status and result of a single FindMessageTrackingReport Operation request.

Table of Contents

Properties

$DescriptiveLinkKey  : int
Currently unused and reserved for future use.
$Diagnostics  : ArrayOfStringsType
Contains information that will be used to produce various statistical reports for the tracking feature in a DataCenter.
$Errors  : ArrayOfArraysOfTrackingPropertiesType
Contains a property bag to store errors that are returned through the Web service.
$ExecutedSearchScope  : string
Contains the scope of the search that was performed to get the search results.
$MessageText  : string
Provides a text description of the status of the response.
$MessageTrackingSearchResults  : ArrayOfFindMessageTrackingSearchResultType
Contains and array of messages that match the search requirements.
$MessageXml  : string
Provides additional error response information.
$Properties  : ArrayOfTrackingPropertiesType
Contains a list of one or more tracking properties.
$ResponseClass  : string
Describes the status of the response.
$ResponseCode  : string
Provides an error code that identifies the specific error that the request encountered.

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

$DescriptiveLinkKey

Currently unused and reserved for future use.

public int $DescriptiveLinkKey

This element contains a value of 0.

Tags
since

Exchange 2007

$Diagnostics

Contains information that will be used to produce various statistical reports for the tracking feature in a DataCenter.

public ArrayOfStringsType $Diagnostics
Tags
since

Exchange 2010

$MessageText

Provides a text description of the status of the response.

public string $MessageText
Tags
since

Exchange 2007

$MessageTrackingSearchResults

Contains and array of messages that match the search requirements.

public ArrayOfFindMessageTrackingSearchResultType $MessageTrackingSearchResults
Tags
since

Exchange 2010 SP1

$MessageXml

Provides additional error response information.

public string $MessageXml
Tags
since

Exchange 2007

todo

Determine if we can use SimpleXML or DOMDocument here.

$ResponseClass

Describes the status of the response.

public string $ResponseClass
Tags
since

Exchange 2007

see
ResponseClassType

$ResponseCode

Provides an error code that identifies the specific error that the request encountered.

public string $ResponseCode
Tags
since

Exchange 2007

see
ResponseCodeType

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