Documentation

MessageTrackingReportType extends Type
in package

Represents a single message that is returned in a GetMessageTrackingReport operation.

Table of Contents

Properties

$OriginalRecipients  : ArrayOfEmailAddressesType
Contains a list of the recipients of the e-mail 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.
$RecipientTrackingEvents  : ArrayOfRecipientTrackingEventType
Contains a list of one or more tracking events for the recipients.
$Sender  : EmailAddressType
Contains contact information for the sender of the e-mail message.
$Subject  : string
Contains the subject of the e-mail message.
$SubmitTime  : string
Contains the time of day that the e-mail 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

$OriginalRecipients

Contains a list of the recipients of the e-mail message.

public ArrayOfEmailAddressesType $OriginalRecipients
Tags
since

Exchange 2010 SP1

$Properties

Contains a list of one or more tracking properties.

public ArrayOfTrackingPropertiesType $Properties
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

$RecipientTrackingEvents

Contains a list of one or more tracking events for the recipients.

public ArrayOfRecipientTrackingEventType $RecipientTrackingEvents
Tags
since

Exchange 2010 SP1

$Sender

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

public EmailAddressType $Sender
Tags
since

Exchange 2010 SP1

$SubmitTime

Contains the time of day that the e-mail message was submitted.

public string $SubmitTime
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