包含电子邮件中的附件列表。
<xs:element name="Attachments"
    type="attachmentsType"
 />
Attachments 元素由 sendEmailType 复杂类型定义。
父元素
| 元素 | 派生 | 说明 | 
|---|---|---|
| SendEmail (actionGroup) | sendEMailType | 表示发送电子邮件的操作。 | 
子元素
| 元素 | 类型 | 说明 | 
|---|---|---|
| 文件 | nonEmptyString | 指定电子邮件中作为附件发送的文件的路径。 | 
备注
有关 C++ 开发,请参阅 IEmailAction 的 Attachments 属性。
有关脚本开发,请参阅 EmailAction.Attachments。
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | Windows Vista [仅限桌面应用] | 
| 最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |