2.2.4.32 t:NonEmptyArrayOfInternetHeadersType Complex Type

The NonEmptyArrayOfInternetHeadersType complex type specifies the collection of all Internet message headers that are contained in an item.

 <xs:complexType name="NonEmptyArrayOfInternetHeadersType">
   <xs:sequence>
     <xs:element name="InternetMessageHeader"
       type="t:InternetHeaderType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

InternetMessageHeader

t:InternetHeaderType ([MS-OXWSCDATA] section 2.2.4.39)

Specifies a single Internet message header.