public function GetExtendedContactDetails::setEmailBlacklisted in SendinBlue 7.2
Parameters
bool $emailBlacklisted:
1 call to GetExtendedContactDetails::setEmailBlacklisted()
- GetExtendedContactDetails::__construct in includes/
Model/ GetExtendedContactDetails.php - GetExtendedContactDetails constructor.
File
- includes/
Model/ GetExtendedContactDetails.php, line 102
Class
Code
public function setEmailBlacklisted($emailBlacklisted) {
$this->emailBlacklisted = $emailBlacklisted;
}