headerFieldType 복합 형식
전자 메일 메시지에서 헤더 필드를 만드는 데 사용되는 요소를 정의합니다.
<xs:complexType name="headerFieldType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
/>
<xs:element name="Value"
type="string"
/>
</xs:all>
</xs:complexType>
자식 요소
요소 | Type | 설명 |
---|---|---|
이름 | nonEmptyString | 전자 메일 메시지의 헤더 필드 이름을 지정합니다. |
값 | string | 전자 메일 메시지의 헤더 필드 값을 지정합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |