Documentation

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
since

Exchange 2007

$BaseShape

Identifies the basic configuration of properties to return in an item or folder response.

public string $BaseShape
Tags
since

Exchange 2007

see
DefaultShapeNamesType

$BodyType

Identifies how the body text is formatted in the response.

public string $BodyType
Tags
since

Exchange 2007

see
BodyTypeResponseType

$ConvertHtmlCodePageToUTF8

Indicates whether the item HTML body is converted to UTF8.

public bool $ConvertHtmlCodePageToUTF8
Tags
since

Exchange 2010

$FilterHtmlContent

Specifies whether HTML content filtering is enabled.

public bool $FilterHtmlContent
Tags
since

Exchange 2010

$IncludeMimeContent

Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item is returned in the response.

public bool $IncludeMimeContent
Tags
since

Exchange 2007

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

        
On this page

Search results