AttachmentResponseShapeType
extends Type
in package
Represents additional properties to return in a response to a GetAttachment request.
Table of Contents
Properties
- $AdditionalProperties : NonEmptyArrayOfPathsToElementType
- Identifies additional properties to return in a response.
- $BodyType : string
- Identifies how the body text is formatted in the response.
- $FilterHtmlContent : bool
- Specifies whether potentially unsafe HTML content is filtered from an attachment.
- $IncludeMimeContent : bool
- Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$AdditionalProperties
Identifies additional properties to return in a response.
public
NonEmptyArrayOfPathsToElementType
$AdditionalProperties
This element is optional.
Tags
$BodyType
Identifies how the body text is formatted in the response.
public
string
$BodyType
This element is optional.
Tags
$FilterHtmlContent
Specifies whether potentially unsafe HTML content is filtered from an attachment.
public
bool
$FilterHtmlContent
This element is optional.
Tags
$IncludeMimeContent
Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response.
public
bool
$IncludeMimeContent
This element is optional.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed