FindMessageTrackingReportRequestType
extends BaseRequestType
in package
Represents criteria for the types of messages to find.
Table of Contents
Properties
- $DiagnosticsLevel : string
- Represents the level of detail for diagnostic reports.
- $Domain : string
- Contains the name of the domain where the message tracking is executed.
- $EndDateTime : string
- Contains the ending date and time for the search.
- $FederatedDeliveryMailbox : EmailAddressType
- Contains the name of the mailbox where the cross-premise message was sent.
- $MessageId : string
- Contains the message identifier for the search.
- $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.
- $Recipient : EmailAddressType
- Contains the e-mail address for the recipient of the message.
- $Scope : string
- Represents how extensive the message tracking report should be.
- $Sender : EmailAddressType
- Contains contact information for the sender of the e-mail message.
- $ServerHint : string
- Represents the starting point for tracking a message in a remote site or forest.
- $StartDateTime : string
- Contains the starting date and time for the search.
- $Subject : string
- Contains the subject of the e-mail message.
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
$DiagnosticsLevel
Represents the level of detail for diagnostic reports.
public
string
$DiagnosticsLevel
Tags
$Domain
Contains the name of the domain where the message tracking is executed.
public
string
$Domain
Tags
$EndDateTime
Contains the ending date and time for the search.
public
string
$EndDateTime
Tags
$FederatedDeliveryMailbox
Contains the name of the mailbox where the cross-premise message was sent.
public
EmailAddressType
$FederatedDeliveryMailbox
Tags
$MessageId
Contains the message identifier for the search.
public
string
$MessageId
Tags
$Properties
Contains a list of one or more tracking properties.
public
ArrayOfTrackingPropertiesType
$Properties
This element is optional.
Tags
$PurportedSender
Contains contact information for the alleged sender of an e-mail message.
public
EmailAddressType
$PurportedSender
Tags
$Recipient
Contains the e-mail address for the recipient of the message.
public
EmailAddressType
$Recipient
Tags
$Scope
Represents how extensive the message tracking report should be.
public
string
$Scope
Tags
$Sender
Contains contact information for the sender of the e-mail message.
public
EmailAddressType
$Sender
Tags
$ServerHint
Represents the starting point for tracking a message in a remote site or forest.
public
string
$ServerHint
Tags
$StartDateTime
Contains the starting date and time for the search.
public
string
$StartDateTime
Tags
$Subject
Contains the subject of the e-mail message.
public
string
$Subject
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