• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/letter.php
  • Класс: BitrixSenderEntityLetter
  • Вызов: Letter::hasStatistics
public function hasStatistics()
{
	return (
		$this->getState()->wasStartedSending()
		&&
		!$this->getState()->isPlanned()
		&&
		$this->getMessage()->hasStatistics()
	);
}