attachmentsType 复杂类型

定义用于指定随电子邮件一起发送的附件的元素。

<xs:complexType name="attachmentsType">
    <xs:sequence>
        <xs:element name="File"
            type="nonEmptyString"
            minOccurs="0"
            maxOccurs="8"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 类型 说明
文件 nonEmptyString 指定电子邮件中作为附件发送的文件的路径。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]