attachmentsType Complex Type

Defines the elements used to specify an attachment sent with an email message.

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

Child elements

Element Type Description
File nonEmptyString Specifies the path to a file that is sent as an attachment in an email message.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]