GetAttachment

GetAttachment 元素是请求中的根元素,用于从 Exchange 存储区获取附件。

<GetAttachment>
   <AttachmentShape/>
   <AttachmentIds/>
</GetAttachment>

GetAttachmentType

属性和元素

下面各部分介绍了属性、子元素和父元素。

Attributes

无。

子元素

元素 说明
AttachmentShape
标识在 响应 GetAttachment 请求时要返回的其他扩展项属性。 此元素为可选。
AttachmentIds
包含附件标识符数组。

父元素

无。

说明

不需要 AttachmentShape 元素来标识响应中返回的属性。 GetAttachment 操作返回文件附件的名称、ContentType、ContentId、ContentLocation 和 Content 属性。 对于项目附件,返回的属性是 Name、ContentType、ContentId、ContentLocation 和所有附加项的属性。 这相当于在 GetItem 请求中使用 AllProperties 基形状。

描述此元素的架构位于正在运行 MicrosoftExchange Server 2007 的计算机(已安装客户端访问服务器角色)的 EWS 虚拟目录中。

元素信息

名称
命名空间
http://schemas.microsoft.com/exchange/services/2006/messages
架构名称
消息架构
验证文件
Messages.xsd
可以为空
False

另请参阅

GetAttachment 操作

GetAttachmentResponse