attachmentsType 복합 형식
전자 메일 메시지와 함께 전송된 첨부 파일을 지정하는 데 사용되는 요소를 정의합니다.
<xs:complexType name="attachmentsType">
<xs:sequence>
<xs:element name="File"
type="nonEmptyString"
minOccurs="0"
maxOccurs="8"
/>
</xs:sequence>
</xs:complexType>
자식 요소
요소 | Type | Description |
---|---|---|
파일 | nonEmptyString | 전자 메일 메시지에서 첨부 파일로 전송되는 파일의 경로를 지정합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |