Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.88 KB

taskschedulerschema-headerfieldtype-complextype.md

File metadata and controls

64 lines (40 loc) · 1.88 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
headerFieldType Complex Type
Defines the elements that are used to create a header field in an email message.
66036875-1116-46eb-b2f5-8c8ad8373ab1
headerFieldType complex type Task Scheduler
apiref
headerFieldType
Schema
reference
05/31/2018

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]