Attachments (sendEmailType) Element
Contains a list of attachments in the email message.
<xs:element name="Attachments"
type="attachmentsType"
/>
The Attachments element is defined by the sendEmailType complex type.
Parent element
Element | Derived from | Description |
---|---|---|
SendEmail (actionGroup) | sendEMailType | Represents an action that sends an email message. |
Child elements
Element | Type | Description |
---|---|---|
File | nonEmptyString | Specifies the path to a file that is sent as an attachment in an email message. |
Remarks
For C++ development, see Attachments Property of IEmailAction.
For script development, see EmailAction.Attachments.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |