Documentation

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

$FederatedDeliveryMailbox

Contains the name of the mailbox where the cross-premise message was sent.

public EmailAddressType $FederatedDeliveryMailbox
Tags
since

Exchange 2010

$Properties

Contains a list of one or more tracking properties.

public ArrayOfTrackingPropertiesType $Properties

This element is optional.

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

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