_propDict)) { return $this->_propDict["accountTargetEmails"]; } else { return null; } } /** * Sets the accountTargetEmails * * @param string $val The value of the accountTargetEmails * * @return AddressBookAccountTargetContent */ public function setAccountTargetEmails($val) { $this->_propDict["accountTargetEmails"] = $val; return $this; } }