• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/mailingchain.php
  • Класс: BitrixSenderMailingChainTable
  • Вызов: MailingChainTable::getMessageById
static function getMessageById($id)
{
	$letter = new Letter($id);
	return $letter->getMessage()->getConfiguration()->get('BODY');
}