ItemResponseShapeType
extends Type
in package
Represents a set of properties to return in a GetItem operation, FindItem operation, or SyncFolderItems operation response.
Table of Contents
Properties
- $AdditionalProperties : NonEmptyArrayOfPathsToElementType
- Identifies additional properties to return in a response.
- $BaseShape : string
- Identifies the basic configuration of properties to return in an item or folder response.
- $BodyType : string
- Identifies how the body text is formatted in the response.
- $ConvertHtmlCodePageToUTF8 : bool
- Indicates whether the item HTML body is converted to UTF8.
- $FilterHtmlContent : bool
- Specifies whether HTML content filtering is enabled.
- $IncludeMimeContent : bool
- Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item 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
Tags
$BaseShape
Identifies the basic configuration of properties to return in an item or folder response.
public
string
$BaseShape
Tags
$BodyType
Identifies how the body text is formatted in the response.
public
string
$BodyType
Tags
$ConvertHtmlCodePageToUTF8
Indicates whether the item HTML body is converted to UTF8.
public
bool
$ConvertHtmlCodePageToUTF8
Tags
$FilterHtmlContent
Specifies whether HTML content filtering is enabled.
public
bool
$FilterHtmlContent
Tags
$IncludeMimeContent
Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item is returned in the response.
public
bool
$IncludeMimeContent
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