GetMessageTrackingReportRequestType
extends BaseRequestType
in package
Represents the request for the GetMessageTrackingReport Operation to retrieve the full message tracking report for the specified ID.
Table of Contents
Properties
- $DiagnosticsLevel : string
- Specifies timing and performance information that will be used to derive the tracking report. This element is optional.
- $MessageTrackingReportId : string
- Specifies an identity string that was obtained from the FindMessageTrackingReport operation.
- $Properties : ArrayOfTrackingPropertiesType
- Specifies a list of one or more tracking properties.
- $RecipientFilter : EmailAddressType
- Specifies a recipient address to use with the specified tracking report.
- $ReportTemplate : string
- Specifies the type of tracking report to retrieve.
- $ReturnQueueEvents : bool
- Specifies that the person who is running the task has a privileged role.
- $Scope : string
- Specifies where to perform the search.
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
$DiagnosticsLevel
Specifies timing and performance information that will be used to derive the tracking report. This element is optional.
public
string
$DiagnosticsLevel
Tags
$MessageTrackingReportId
Specifies an identity string that was obtained from the FindMessageTrackingReport operation.
public
string
$MessageTrackingReportId
This element is required.
Tags
$Properties
Specifies a list of one or more tracking properties.
public
ArrayOfTrackingPropertiesType
$Properties
This element is optional.
Tags
$RecipientFilter
Specifies a recipient address to use with the specified tracking report.
public
EmailAddressType
$RecipientFilter
This element is optional.
Tags
$ReportTemplate
Specifies the type of tracking report to retrieve.
public
string
$ReportTemplate
This element is required.
Tags
$ReturnQueueEvents
Specifies that the person who is running the task has a privileged role.
public
bool
$ReturnQueueEvents
This element is optional.
Tags
$Scope
Specifies where to perform the search.
public
string
$Scope
This element is required.
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