Содержание

getEMail

Returns the text of the letter in accordance with the specified parameters.

Syntax

getEMail = function(aHost, aUser, aPassword,
  aContains, aDelete, aIndex);

Parameters

Returned value

Examples

  1. //Получаем первое письмо, содержащее waspace test и удаляем его
    var emailtext = getEMail('smtp.mail.ru','user','pass','waspace test',true,0);