headerFieldsType 복합 형식
전자 메일 헤더의 필드를 지정하는 요소를 정의합니다.
<xs:complexType name="headerFieldsType">
<xs:sequence>
<xs:element name="HeaderField"
type="headerFieldType"
minOccurs="0"
maxOccurs="32"
/>
</xs:sequence>
</xs:complexType>
자식 요소
요소 | Type | Description |
---|---|---|
HeaderField | headerFieldType | 전자 메일 헤더의 필드를 지정합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |