Horde_Smtp_Exception::getSmtpCode PHP Method

getSmtpCode() public method

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