• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/contact.php
  • Класс: BitrixSenderEntityContact
  • Вызов: Contact::removeFromBlacklistById
static function removeFromBlacklistById($id)
{
	return ContactTable::update($id, array('BLACKLISTED' => 'N'))->isSuccess();
}