• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/classes/general/mail.php
  • Класс: CMailBox
  • Вызов: CMailBox::GetMessage
function GetMessage(...

/*********************************************************************
*********************************************************************/
function DeleteMessage($msgnum)
{
	$this->SendCommand("DELE ".$msgnum);
	if(!$this->GetResponse())
		return CMailError::SetError("ERR_AFTER_DELE", GetMessage("MAIL_CL_ERR_DELE"), $this->GetResponseString());
}