Documentation

ConversationType extends Type
in package

Represents a single conversation.

Table of Contents

Properties

$Categories  : ArrayOfStringsType
Contains a collection of strings that identify the categories that are applied to all conversation items in the current folder.
$ConversationId  : ItemIdType
Represents the identifier of a conversation.
$ConversationTopic  : string
Represents the conversation topic.
$FlagStatus  : string
Contains the aggregated flag status for conversation items in the current folder.
$GlobalCategories  : ArrayOfStringsType
Contains the category list for all conversation items in a mailbox.
$GlobalFlagStatus  : string
Contains the aggregated flag status for all conversation items in a mailbox.
$GlobalHasAttachments  : bool
Contains a value that indicates whether at least one conversation item in a mailbox has an attachment.
$GlobalImportance  : string
Contains the aggregated importance for all conversation items in a mailbox.
$GlobalItemClasses  : ArrayOfItemClassType
Contains a list of item classes that represents all the item classes of the conversation items in a mailbox.
$GlobalItemIds  : NonEmptyArrayOfBaseItemIdsType
Contains the collection of item identifiers for all conversation items in a mailbox.
$GlobalLastDeliveryTime  : string
Contains the delivery time of the message that was last received in this conversation across all folders in the mailbox.
$GlobalMessageCount  : int
Contains the total number of conversation items in the mailbox.
$GlobalSize  : int
Contains the size of the conversation calculated from the size of all conversation items in the mailbox.
$GlobalUniqueRecipients  : ArrayOfStringsType
Contains the recipient list of a conversation aggregated across a mailbox.
$GlobalUniqueSenders  : ArrayOfStringsType
Contains a list of all the senders of conversation items in the mailbox.
$GlobalUniqueUnreadSenders  : ArrayOfStringsType
Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
$GlobalUnreadCount  : int
Contains a count of all the unread conversation items in the mailbox.
$HasAttachments  : bool
Contains a value that indicates whether at least one conversation item in the current folder has an attachment.
$Importance  : string
Contains the aggregated importance for all conversation items in the current folder.
$ItemClasses  : ArrayOfItemClassType
Contains a list of item classes that represents all the item classes of the conversation items in the current folder.
$ItemIds  : NonEmptyArrayOfBaseItemIdsType
Contains the collection of item identifiers for all conversation items in the current folder.
$LastDeliveryTime  : string
Contains the delivery time of the message that was last received in this conversation in the current folder.
$MessageCount  : int
Contains the total number of conversation items in the current folder.
$Size  : int
Contains the conversation size calculated from the size of all conversation items in the current folder.
$UniqueRecipients  : ArrayOfStringsType
Contains the recipient list of a conversation aggregated from a particular folder.
$UniqueSenders  : ArrayOfStringsType
Contains a list of all the senders of conversation items in the current folder.
$UniqueUnreadSenders  : ArrayOfStringsType
Contains a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
$UnreadCount  : int
Contains the count of unread conversation items within a folder.

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

$Categories

Contains a collection of strings that identify the categories that are applied to all conversation items in the current folder.

public ArrayOfStringsType $Categories
Tags
since

Exchange 2010 SP1

$ConversationId

Represents the identifier of a conversation.

public ItemIdType $ConversationId
Tags
since

Exchange 2010 SP1

$ConversationTopic

Represents the conversation topic.

public string $ConversationTopic

This element is read-only.

Tags
since

Exchange 2010 SP1

$FlagStatus

Contains the aggregated flag status for conversation items in the current folder.

public string $FlagStatus
Tags
since

Exchange 2010 SP1

see
FlagStatusType

$GlobalCategories

Contains the category list for all conversation items in a mailbox.

public ArrayOfStringsType $GlobalCategories
Tags
since

Exchange 2010 SP1

$GlobalFlagStatus

Contains the aggregated flag status for all conversation items in a mailbox.

public string $GlobalFlagStatus
Tags
since

Exchange 2010 SP1

see
FlagStatusType

$GlobalHasAttachments

Contains a value that indicates whether at least one conversation item in a mailbox has an attachment.

public bool $GlobalHasAttachments
Tags
since

Exchange 2010 SP1

$GlobalImportance

Contains the aggregated importance for all conversation items in a mailbox.

public string $GlobalImportance
Tags
since

Exchange 2010 SP1

see
ImportanceChoicesType

$GlobalItemClasses

Contains a list of item classes that represents all the item classes of the conversation items in a mailbox.

public ArrayOfItemClassType $GlobalItemClasses
Tags
since

Exchange 2010 SP1

$GlobalItemIds

Contains the collection of item identifiers for all conversation items in a mailbox.

public NonEmptyArrayOfBaseItemIdsType $GlobalItemIds
Tags
since

Exchange 2010 SP1

$GlobalLastDeliveryTime

Contains the delivery time of the message that was last received in this conversation across all folders in the mailbox.

public string $GlobalLastDeliveryTime
Tags
since

Exchange 2010 SP1

todo

Make a DateTime object.

$GlobalMessageCount

Contains the total number of conversation items in the mailbox.

public int $GlobalMessageCount
Tags
since

Exchange 2010 SP1

$GlobalSize

Contains the size of the conversation calculated from the size of all conversation items in the mailbox.

public int $GlobalSize
Tags
since

Exchange 2010 SP1

$GlobalUniqueRecipients

Contains the recipient list of a conversation aggregated across a mailbox.

public ArrayOfStringsType $GlobalUniqueRecipients

This element is read-only.

Tags
since

Exchange 2010 SP1

$GlobalUniqueSenders

Contains a list of all the senders of conversation items in the mailbox.

public ArrayOfStringsType $GlobalUniqueSenders
Tags
since

Exchange 2010 SP1

$GlobalUniqueUnreadSenders

Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.

public ArrayOfStringsType $GlobalUniqueUnreadSenders
Tags
since

Exchange 2010 SP1

$GlobalUnreadCount

Contains a count of all the unread conversation items in the mailbox.

public int $GlobalUnreadCount
Tags
since

Exchange 2010 SP1

$HasAttachments

Contains a value that indicates whether at least one conversation item in the current folder has an attachment.

public bool $HasAttachments
Tags
since

Exchange 2010 SP1

$Importance

Contains the aggregated importance for all conversation items in the current folder.

public string $Importance
Tags
since

Exchange 2010 SP1

see
ImportanceChoicesType

$ItemClasses

Contains a list of item classes that represents all the item classes of the conversation items in the current folder.

public ArrayOfItemClassType $ItemClasses
Tags
since

Exchange 2010 SP1

$ItemIds

Contains the collection of item identifiers for all conversation items in the current folder.

public NonEmptyArrayOfBaseItemIdsType $ItemIds
Tags
since

Exchange 2010 SP1

$LastDeliveryTime

Contains the delivery time of the message that was last received in this conversation in the current folder.

public string $LastDeliveryTime
Tags
since

Exchange 2010 SP1

todo

Make a DateTime object.

$MessageCount

Contains the total number of conversation items in the current folder.

public int $MessageCount
Tags
since

Exchange 2010 SP1

$Size

Contains the conversation size calculated from the size of all conversation items in the current folder.

public int $Size
Tags
since

Exchange 2010 SP1

$UniqueRecipients

Contains the recipient list of a conversation aggregated from a particular folder.

public ArrayOfStringsType $UniqueRecipients

This element is read-only.

Tags
since

Exchange 2010 SP1

$UniqueSenders

Contains a list of all the senders of conversation items in the current folder.

public ArrayOfStringsType $UniqueSenders

This element is read-only.

Tags
since

Exchange 2010 SP1

$UniqueUnreadSenders

Contains a list of all the people who have sent messages that are currently unread in this conversation in the current folder.

public ArrayOfStringsType $UniqueUnreadSenders

This element is read-only.

Tags
since

Exchange 2010 SP1

$UnreadCount

Contains the count of unread conversation items within a folder.

public int $UnreadCount
Tags
since

Exchange 2010 SP1

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