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
$Properties
Contains a list of one or more tracking properties.
public
ArrayOfTrackingPropertiesType
$Properties
Tags
$PurportedSender
Contains contact information for the alleged sender of an e-mail message.
public
EmailAddressType
$PurportedSender
Tags
$RecipientTrackingEvents
Contains a list of one or more tracking events for the recipients.
public
ArrayOfRecipientTrackingEventType
$RecipientTrackingEvents
Tags
$Sender
Contains contact information for the sender of the e-mail message.
public
EmailAddressType
$Sender
Tags
$Subject
Contains the subject of the e-mail message.
public
string
$Subject
Tags
$SubmitTime
Contains the time of day that the e-mail message was submitted.
public
string
$SubmitTime
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