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