電子メール メッセージでヘッダー フィールドを作成するために使用される要素を定義します。
<xs:complexType name="headerFieldType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
/>
<xs:element name="Value"
type="string"
/>
</xs:all>
</xs:complexType>
子要素
| 要素 | Type | Description |
|---|---|---|
| 名前 | nonEmptyString | 電子メール メッセージのヘッダー フィールドの名前を指定します。 |
| Value | string | 電子メール メッセージのヘッダー フィールドの値を指定します。 |
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
| サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |