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