• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/sender.php
  • Класс: BitrixSenderPostingSender
  • Вызов: Sender::updateRecipientStatus
protected function updateRecipientStatus($primary, $status)
{
	ModelPostingRecipientTable::update(
		$primary,
		[
			'STATUS' => $status,
			'DATE_SENT' => new TypeDateTime()
		]
	);
}