定义用于在电子邮件中创建标头字段的元素。
<xs:complexType name="headerFieldType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
/>
<xs:element name="Value"
type="string"
/>
</xs:all>
</xs:complexType>
子元素
| 元素 | 类型 | 说明 |
|---|---|---|
| 名称 | nonEmptyString | 指定电子邮件中标头字段的名称。 |
| 值 | string | 指定电子邮件中标头字段的值。 |
要求
| 要求 | 值 |
|---|---|
| 最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
| 最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |