public function MailGetNewArrivingEmail()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::MailGetNewArrivingEmail();
     $this->methodClose();
     return $this->retvalConvertArray($results->account);
 }