3.1.4.1.3.1 m:FindMessageTrackingReportRequestType Complex Type

The FindMessageTrackingReportRequestType complex type specifies the criteria for finding a tracking report. The FindMessageTrackingReportRequestType complex type extends the BaseRequestType complex type ([MS-OXWSCDATA] section 2.2.4.17).

 <xs:complexType name="FindMessageTrackingReportRequestType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:all>
         <xs:element name="Scope"
           type="t:NonEmptyStringType"
          />
         <xs:element name="Domain"
           type="t:NonEmptyStringType"
          />
         <xs:element name="Sender"
           type="t:EmailAddressType"
           minOccurs="0"
          />
         <xs:element name="PurportedSender"
           type="t:EmailAddressType"
           maxOccurs="0"
          />
         <xs:element name="Recipient"
           type="t:EmailAddressType"
           minOccurs="0"
          />
         <xs:element name="Subject"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="StartDateTime"
           type="xs:dateTime"
           minOccurs="0"
          />
         <xs:element name="EndDateTime"
           type="xs:dateTime"
           minOccurs="0"
          />
         <xs:element name="MessageId"
           type="t:NonEmptyStringType"
           minOccurs="0"
          />
         <xs:element name="FederatedDeliveryMailbox"
           type="t:EmailAddressType"
           minOccurs="0"
          />
         <xs:element name="DiagnosticsLevel"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="ServerHint"
           type="xs:string"
           minOccurs="0"
          />
         <xs:element name="Properties"
           type="t:ArrayOfTrackingPropertiesType"
           minOccurs="0"
          />
       </xs:all>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists and describes the child elements of the FindMessageTrackingReportRequestType complex type.

Element name

Type

Description

Scope

t:NonEmptyStringType ([MS-OXWSCDATA] section 2.2.5.20)

Specifies where to perform the search.<4>

Domain

t:NonEmptyStringType

Specifies the domain to search for.

Sender

t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31)

Specifies the email address of the person who is sending the message.

PurportedSender

t:EmailAddressType

Specifies the email address of the person who is purportedly sending the message.<5>

Recipient

t:EmailAddressType

Specifies the email addresses of the people who are receiving the message.

Subject

xs:string ([XMLSCHEMA2])

Specifies the subject filter to search for.

StartDateTime

xs:dateTime ([XMLSCHEMA2])

Specifies the start date and time for the search period. Only messages sent after this date and time will be found and returned.

EndDateTime

xs:dateTime

Specifies the end date and time for the search period.  Only messages sent before this date and time will be found and returned.

MessageId

t:NonEmptyStringType

Specifies message identifier to search for.

FederatedDeliveryMailbox

t:EmailAddressType

Specifies the mailbox to which a cross-premise message was sent.

DiagnosticsLevel

xs:string

Specifies how detailed the tracing report should be.

ServerHint

xs:string

Specifies the starting point for tracking a message in a remote site or forest.<6>

Properties

t:ArrayOfTrackingPropertiesType (section 2.2.4.2)

Specifies a list of one or more tracking properties.<7>