3.1.4.2.3.3 t:ArrayOfRecipientTrackingEventType Complex Type

The ArrayOfRecipientTrackingEventType complex type specifies an array of one or more events for a message.

 <xs:complexType name="ArrayOfRecipientTrackingEventType">
   <xs:choice
     minOccurs="0"
     maxOccurs="unbounded"
   >
     <xs:element name="RecipientTrackingEvent"
       type="t:RecipientTrackingEventType"
      />
   </xs:choice>
 </xs:complexType>
  

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

Element name

Type

Description

RecipientTrackingEvent

t:RecipientTrackingEventType (section 3.1.4.2.3.5)

Specifies an event for a message.