3.1.4.2.3.5 t:RecipientTrackingEventType Complex Type

The RecipientTrackingEventType complex type specifies details for a particular event in a tracking report.

 <xs:complexType name="RecipientTrackingEventType">
   <xs:all>
     <xs:element name="Date"
       type="xs:dateTime"
      />
     <xs:element name="Recipient"
       type="t:EmailAddressType"
      />
     <xs:element name="DeliveryStatus"
       type="xs:string"
      />
     <xs:element name="EventDescription"
       type="xs:string"
      />
     <xs:element name="EventData"
       type="t:ArrayOfStringsType"
       minOccurs="0"
      />
     <xs:element name="Server"
       type="t:NonEmptyStringType"
      />
     <xs:element name="InternalId"
       type="xs:nonNegativeInteger"
      />
     <xs:element name="BccRecipient"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="HiddenRecipient"
       type="xs:boolean"
       minOccurs="0"
      />
     <xs:element name="UniquePathId"
       type="t:NonEmptyStringType"
       minOccurs="0"
      />
     <xs:element name="RootAddress"
       type="t:NonEmptyStringType"
       minOccurs="0"
      />
     <xs:element name="Properties"
       type="t:ArrayOfTrackingPropertiesType"
       minOccurs="0"
      />
   </xs:all>
 </xs:complexType>
  

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

Element name

Type

Description

Date

xs:dateTime ([XMLSCHEMA2])

Specifies the time at which a particular event occurred.

Recipient

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

Specifies the recipient for whom the event occurred.

DeliveryStatus

xs:string ([XMLSCHEMA2])

Specifies the status for the message.<21>

EventDescription

xs:string

Specifies the processing step for the event.<22>

EventData

t:ArrayOfStringsType ([MS-OXWSCDATA] section 2.2.4.13)

Specifies data that is associated with the processing step for the event.

Server

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

Specifies the server where the event occurred.

InternalId

xs:nonNegativeInteger ([XMLSCHEMA2])

Specifies an integer value for the event.

BccRecipient

xs: boolean ([XMLSCHEMA2])

Specifies that the recipient was addressed as a blind carbon copy (Bcc) recipient.

HiddenRecipient

xs:boolean

Specifies that the recipient was added by an organization policy that should be hidden from unprivileged users.

UniquePathId

t:NonEmptyStringType

Specifies a string that is different for each path.

RootAddress

t:NonEmptyStringType

Specifies the first address that starts the event for a RecipientTrackingEventType event.<23>

Properties

t:ArrayOfTrackingPropertiesType (section 2.2.4.2)

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