Documentation

TrackingPropertyType extends Type
in package

Represents a name and value pair of strings that is used to create properties for message tracking reports.

Table of Contents

Properties

$Name  : string
Defines a name for the message tracking report property.
$Value  : string
Defines a value for the message tracking report property.

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

$Name

Defines a name for the message tracking report property.

public string $Name
Tags
since

Exchange 2010 SP1

$Value

Defines a value for the message tracking report property.

public string $Value

This element is optional.

Tags
since

Exchange 2010 SP1

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