headerFieldType Complex Type

Defines the elements that are used to create a header field in an email message.

<xs:complexType name="headerFieldType">
    <xs:all>
        <xs:element name="Name"
            type="nonEmptyString"
         />
        <xs:element name="Value"
            type="string"
         />
    </xs:all>
</xs:complexType>

Child elements

Element Type Description
Name nonEmptyString Specifies the name of the header field in an email message.
Value string Specifies the value of a header field in an email message.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]