\Microsoft\Graph\ModelRecipient

Recipient class

Summary

Methods
Properties
Constants
__construct()
getEmailAddress()
setEmailAddress()
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()) : null

Recipient constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

setEmailAddress()

setEmailAddress(\Microsoft\Graph\Model\EmailAddress  $val) : null

Sets the emailAddress

Parameters

\Microsoft\Graph\Model\EmailAddress $val

The value to assign to the emailAddress

Returns

null