headerFieldType 複雜類型
定義用來在電子郵件訊息中建立標頭欄位的專案。
<xs:complexType name="headerFieldType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
/>
<xs:element name="Value"
type="string"
/>
</xs:all>
</xs:complexType>
子元素
元素 | 類型 | Description |
---|---|---|
Name | nonEmptyString | 指定電子郵件訊息中標頭欄位的名稱。 |
值 | string | 指定電子郵件訊息中標頭欄位的值。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |