AttachmentShape
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The AttachmentShape element identifies additional properties to return in a response to a GetAttachment request.
AttachmentShape
<AttachmentShape> <IncludeMimeContent/> <BodyType/> <FilterHtmlContent/> <AdditionalProperties/> </AttachmentShape>
AttachmentResponseShapeType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element | Description |
|---|---|
Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response. This element is optional. | |
Identifies how the body text is formatted in the response. This element is optional. | |
Specifies whether potentially unsafe HTML content is filtered from an attachment. This element is optional. | |
Identifies additional properties to return in a response. This element is optional. |
Parent elements
Element | Description |
|---|---|
The element that defines a request to get an attachment from a mailbox in the Exchange store. The following is the XPath expression to this element: /GetAttachment |