• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/counter.php
  • Класс: BitrixSenderPostingCounter
  • Вызов: Counter::getSent
public function getSent()
{
	return $this->letter->get('COUNT_SEND_ERROR', 0) + $this->letter->get('COUNT_SEND_SUCCESS', 0);
}