Documentation

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
since

Exchange 2010

$MessageTrackingReportId

Specifies an identity string that was obtained from the FindMessageTrackingReport operation.

public string $MessageTrackingReportId

This element is required.

Tags
since

Exchange 2010

$Properties

Specifies a list of one or more tracking properties.

public ArrayOfTrackingPropertiesType $Properties

This element is optional.

Tags
since

Exchange 2010 SP1

$RecipientFilter

Specifies a recipient address to use with the specified tracking report.

public EmailAddressType $RecipientFilter

This element is optional.

Tags
since

Exchange 2010

$ReportTemplate

Specifies the type of tracking report to retrieve.

public string $ReportTemplate

This element is required.

Tags
since

Exchange 2010

see
MessageTrackingReportTemplateType

$ReturnQueueEvents

Specifies that the person who is running the task has a privileged role.

public bool $ReturnQueueEvents

This element is optional.

Tags
since

Exchange 2010

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