\Microsoft\Graph\ModelOutlookItem

OutlookItem class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getCreatedDateTime()
setCreatedDateTime()
getLastModifiedDateTime()
setLastModifiedDateTime()
getChangeKey()
setChangeKey()
getCategories()
setCategories()
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 OutlookItem

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the OutlookItem

Returns

array —

The list of properties

getCreatedDateTime()

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

Gets the createdDateTime

Returns

\Microsoft\Graph\Model\datetime —

The createdDateTime

setCreatedDateTime()

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

Sets the createdDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The createdDateTime

Returns

null

getLastModifiedDateTime()

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

Gets the lastModifiedDateTime

Returns

\Microsoft\Graph\Model\datetime —

The lastModifiedDateTime

setLastModifiedDateTime()

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

Sets the lastModifiedDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The lastModifiedDateTime

Returns

null

getChangeKey()

getChangeKey() : string

Gets the changeKey

Returns

string —

The changeKey

setChangeKey()

setChangeKey(string  $val) : null

Sets the changeKey

Parameters

string $val

The changeKey

Returns

null

getCategories()

getCategories() : string

Gets the categories

Returns

string —

The categories

setCategories()

setCategories(string  $val) : null

Sets the categories

Parameters

string $val

The categories

Returns

null