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
$MessageTrackingReportId
Contains an internal ID that identifies the message in the transport database.
public
string
$MessageTrackingReportId
Tags
$PreviousHopServer
Contains the name of the server in the forest that previously accepted the message.
public
string
$PreviousHopServer
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
$Recipients
Contains a list of e-mail addresses that received this message.
public
ArrayOfRecipientsType
$Recipients
Tags
$Sender
Contains the e-mail message sender’s address.
public
EmailAddressType
$Sender
Tags
$Subject
Contains the e-mail message subject.
public
string
$Subject
Tags
$SubmittedTime
Contains the time that the message was submitted.
public
string
$SubmittedTime
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