3.1.4.2.3.4 t:MessageTrackingReportType Complex Type
The MessageTrackingReportType complex type specifies the information to be included in a tracking report.
-
<xs:complexType name="MessageTrackingReportType"> <xs:all> <xs:element name="Sender" type="t:EmailAddressType" minOccurs="0" /> <xs:element name="PurportedSender" type="t:EmailAddressType" maxOccurs="0" /> <xs:element name="Subject" type="xs:string" minOccurs="0" /> <xs:element name="SubmitTime" type="xs:dateTime" minOccurs="0" /> <xs:element name="OriginalRecipients" type="t:ArrayOfEmailAddressesType" minOccurs="0" /> <xs:element name="RecipientTrackingEvents" type="t:ArrayOfRecipientTrackingEventType" /> <xs:element name="Properties" type="t:ArrayOfTrackingPropertiesType" minOccurs="0" /> </xs:all> </xs:complexType>
The following table lists and describes the child elements of the MessageTrackingReportType complex type.
Element name |
Type |
Description |
---|---|---|
Sender |
t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31) |
Specifies the email address for the sender of a message. |
PurportedSender |
t:EmailAddressType |
Specifies the email address of the person who is purportedly sending the message.<19> |
Subject |
xs:string ([XMLSCHEMA2]) |
Specifies the subject of the message. |
SubmitTime |
xs:dateTime ([XMLSCHEMA2]) |
Specifies the time at which the message was sent to the server. |
OriginalRecipients |
t:ArrayOfEmailAddressesType ([MS-OXWSCDATA] section 2.2.4.7) |
Specifies the email addresses of the message recipients. |
RecipientTrackingEvents |
t:ArrayOfRecipientTrackingEventType (section 3.1.4.2.3.3) |
Specifies the type of events to report. |
Properties |
t:ArrayOfTrackingPropertiesType (section 2.2.4.2) |
Specifies a list of one or more tracking properties.<20> |