\Microsoft\Graph\ModelConversationThread

ConversationThread class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getToRecipients()
getTopic()
setTopic()
getHasAttachments()
setHasAttachments()
getLastDeliveredDateTime()
setLastDeliveredDateTime()
getUniqueSenders()
setUniqueSenders()
getCcRecipients()
getPreview()
setPreview()
getIsLocked()
setIsLocked()
getPosts()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) 

Construct a new ConversationThread

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the ConversationThread

Returns

array —

The list of properties

getToRecipients()

getToRecipients() : \Microsoft\Graph\Model\ToRecipientsCollectionPage

Gets the toRecipients

Returns

\Microsoft\Graph\Model\ToRecipientsCollectionPage —

The toRecipients

getTopic()

getTopic() : string

Gets the topic

Returns

string —

The topic

setTopic()

setTopic(string  $val) : null

Sets the topic

Parameters

string $val

The topic

Returns

null

getHasAttachments()

getHasAttachments() : boolean

Gets the hasAttachments

Returns

boolean —

The hasAttachments

setHasAttachments()

setHasAttachments(boolean  $val) : null

Sets the hasAttachments

Parameters

boolean $val

The hasAttachments

Returns

null

getLastDeliveredDateTime()

getLastDeliveredDateTime() : \Microsoft\Graph\Model\datetime

Gets the lastDeliveredDateTime

Returns

\Microsoft\Graph\Model\datetime —

The lastDeliveredDateTime

setLastDeliveredDateTime()

setLastDeliveredDateTime(\Microsoft\Graph\Model\datetime  $val) : null

Sets the lastDeliveredDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The lastDeliveredDateTime

Returns

null

getUniqueSenders()

getUniqueSenders() : string

Gets the uniqueSenders

Returns

string —

The uniqueSenders

setUniqueSenders()

setUniqueSenders(string  $val) : null

Sets the uniqueSenders

Parameters

string $val

The uniqueSenders

Returns

null

getCcRecipients()

getCcRecipients() : \Microsoft\Graph\Model\CcRecipientsCollectionPage

Gets the ccRecipients

Returns

\Microsoft\Graph\Model\CcRecipientsCollectionPage —

The ccRecipients

getPreview()

getPreview() : string

Gets the preview

Returns

string —

The preview

setPreview()

setPreview(string  $val) : null

Sets the preview

Parameters

string $val

The preview

Returns

null

getIsLocked()

getIsLocked() : boolean

Gets the isLocked

Returns

boolean —

The isLocked

setIsLocked()

setIsLocked(boolean  $val) : null

Sets the isLocked

Parameters

boolean $val

The isLocked

Returns

null

getPosts()

getPosts() : \Microsoft\Graph\Model\PostsCollectionPage

Gets the posts

Returns

\Microsoft\Graph\Model\PostsCollectionPage —

The posts