Documentation

GetConversationItemsType extends BaseRequestType
in package

Defines a request to get a set of items that are related by being in the same conversation.

Table of Contents

Properties

$Conversations  : ArrayOfConversationsType
Contains an array of conversations to get items for.
$FoldersToIgnore  : NonEmptyArrayOfBaseFolderIdsType
Identifies a list of folders that are ignored when getting items in a conversation.
$ItemShape  : ItemResponseShapeType
Identifies a set of properties to return.
$MailboxScope  : string
Identifies whether a search or fetch for a conversation should span either the primary mailbox, archive mailbox, or both the primary and archive mailbox.
$MaxItemsToReturn  : int
Identifies the maximum number of conversations items to return.
$SortOrder  : string
Specifies the sort order used for the result.

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

$Conversations

Contains an array of conversations to get items for.

public ArrayOfConversationsType $Conversations
Tags
since

Exchange 2013

$FoldersToIgnore

Identifies a list of folders that are ignored when getting items in a conversation.

public NonEmptyArrayOfBaseFolderIdsType $FoldersToIgnore

All conversation items in the ignored folders are not returned in the response.

Tags
since

Exchange 2013

$ItemShape

Identifies a set of properties to return.

public ItemResponseShapeType $ItemShape
Tags
since

Exchange 2013

$MailboxScope

Identifies whether a search or fetch for a conversation should span either the primary mailbox, archive mailbox, or both the primary and archive mailbox.

public string $MailboxScope
Tags
since

Exchange 2013

see
MailboxSearchLocationType

$MaxItemsToReturn

Identifies the maximum number of conversations items to return.

public int $MaxItemsToReturn
Tags
since

Exchange 2013

$SortOrder

Specifies the sort order used for the result.

public string $SortOrder
Tags
since

Exchange 2013

see
ConversationNodeSortOrder

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