FindConversationType
extends BaseRequestType
in package
Defines a request to find conversations in a mailbox.
Table of Contents
Properties
- $ConversationShape : ConversationShape
- Identifies the property set to return in a FindConversation operation response.
- $IndexedPageItemView : IndexedPageViewType
- Describes how paged conversation information is returned.
- $MailboxScope : string
- Specifies whether a search or fetch for a conversation should span either the primary mailbox, archive mailbox, or both the primary and archive mailbox.
- $ParentFolderId : TargetFolderIdType
- Identifies the folder to search for conversations.
- $QueryString : QueryStringType
- Specifies a mailbox query string based on Advanced Query Syntax (AQS).
- $SeekToConditionPageItemView : SeekToConditionPageViewType
- Specifies the condition that is used to identify the end of a search, the starting index of a search, the maximum entries to return, and the search directions for a FindItem or FindConversation search.
- $SortOrder : NonEmptyArrayOfFieldOrdersType
- Defines how items are sorted in a FindConversation Operation request.
- $Traversal : string
- Identifies the types of sub-tree traversal.
- $ViewFilter : string
- Identifies the types view filters.
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
$ConversationShape
Identifies the property set to return in a FindConversation operation response.
public
ConversationShape
$ConversationShape
Tags
$IndexedPageItemView
Describes how paged conversation information is returned.
public
IndexedPageViewType
$IndexedPageItemView
Tags
$MailboxScope
Specifies 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
$ParentFolderId
Identifies the folder to search for conversations.
public
TargetFolderIdType
$ParentFolderId
Tags
$QueryString
Specifies a mailbox query string based on Advanced Query Syntax (AQS).
public
QueryStringType
$QueryString
Tags
$SeekToConditionPageItemView
Specifies the condition that is used to identify the end of a search, the starting index of a search, the maximum entries to return, and the search directions for a FindItem or FindConversation search.
public
SeekToConditionPageViewType
$SeekToConditionPageItemView
Tags
$SortOrder
Defines how items are sorted in a FindConversation Operation request.
public
NonEmptyArrayOfFieldOrdersType
$SortOrder
The conversation:LastDeliveryTime property is the only property that is supported for sorting when the FindConversation operation is used.
Tags
$Traversal
Identifies the types of sub-tree traversal.
public
string
$Traversal
This attribute is optional.
Tags
$ViewFilter
Identifies the types view filters.
public
string
$ViewFilter
This attribute 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