Horde_Smtp_Exception::getSmtpCode PHP Méthode

getSmtpCode() public méthode

Get the SMTP reply code.
public getSmtpCode ( ) : integer
Résultat integer Reply code.
    public function getSmtpCode()
    {
        return $this->_smtpcode;
    }