ListRecipientNamesByEmailOptions
in package
ListRecipientNamesByEmailOptions Class Doc Comment
Tags
Table of Contents
- $email : string|null
- $email The email address for the user
- getEmail() : string|null
- Gets email
- setEmail() : self
- Sets email
Properties
$email The email address for the user
protected
string|null
$email
= null
Methods
getEmail()
Gets email
public
getEmail() : string|null
Return values
string|null —setEmail()
Sets email
public
setEmail(string|null $email) : self
Parameters
- $email : string|null
-
The email address for the user