[ROOT] --> small
public CSMTPConnection ( ) ;
public ~ CSMTPConnection ( ) ;
protected CSMTPSocket m_SMTP
protected BOOL m_bConnected
protected CString m_sLastCommandResponse
protected DWORD m_dwTimeout
protected int m_nLastCommandResponseCode
public BOOL Connect ( LPCTSTR pszHostName , int nPort = 25) ) ;
public BOOL Disconnect ( ) ;
public CString GetLastCommandResponse ( ) const ;
public int GetLastCommandResponseCode ( ) const ;
public DWORD GetTimeout ( ) const ;
public void SetTimeout ( DWORD dwTimeout ) ;
public BOOL SendMessage ( CSMTPMessage & Message ) ;
protected BOOL SendRCPTForRecipient ( CSMTPAddress & recipient ) ;
protected virtual BOOL ReadCommandResponse ( int nExpectedCode ) ;
protected virtual BOOL ReadResponse ( LPSTR pszBuffer , int nInitialBufSize , LPSTR pszTerminator , int nExpectedCode , LPSTR * ppszOverFlowBuffer , int nGrowBy = 4096) ) ;
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.