Documentation

FindMessageTrackingSearchResultType extends Type
in package

Represents a single message result for a FindMessageTrackingReportResponse element.

Table of Contents

Properties

$FirstHopServer  : string
Contains the name of the server in the forest that first accepted the message.
$MessageTrackingReportId  : string
Contains an internal ID that identifies the message in the transport database.
$PreviousHopServer  : string
Contains the name of the server in the forest that previously accepted the message.
$Properties  : ArrayOfTrackingPropertiesType
Contains a list of one or more tracking properties.
$PurportedSender  : EmailAddressType
Contains contact information for the alleged sender of an e-mail message.
$Recipients  : ArrayOfRecipientsType
Contains a list of e-mail addresses that received this message.
$Sender  : EmailAddressType
Contains the e-mail message sender’s address.
$Subject  : string
Contains the e-mail message subject.
$SubmittedTime  : string
Contains the time that the message was submitted.

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

$FirstHopServer

Contains the name of the server in the forest that first accepted the message.

public string $FirstHopServer
Tags
since

Exchange 2010 SP1

$MessageTrackingReportId

Contains an internal ID that identifies the message in the transport database.

public string $MessageTrackingReportId
Tags
since

Exchange 2010 SP1

$PreviousHopServer

Contains the name of the server in the forest that previously accepted the message.

public string $PreviousHopServer
Tags
since

Exchange 2010 SP1

$PurportedSender

Contains contact information for the alleged sender of an e-mail message.

public EmailAddressType $PurportedSender
Tags
since

Exchange 2010 SP1

$SubmittedTime

Contains the time that the message was submitted.

public string $SubmittedTime
Tags
since

Exchange 2010 SP1

todo

Make a DateTime object.

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