[ROOT] --> small
friend class CSMTPConnection ; |
public CSMTPMessage ( ) ;
public ~ CSMTPMessage ( ) ;
public enum RECIPIENT_TYPE { TO , CC , BCC } ;
public CSMTPAddress m_From
public CString m_sSubject
public CString m_sXMailer
public CSMTPAddress m_ReplyTo
protected CString m_sBody
protected CArray < CSMTPAddress , CSMTPAddress & > m_ToRecipients
protected CArray < CSMTPAddress , CSMTPAddress & > m_CCRecipients
protected CArray < CSMTPAddress , CSMTPAddress & > m_BCCRecipients
protected CArray < CSMTPAttachment * , CSMTPAttachment * & > m_Attachments
public int GetNumberOfRecipients ( RECIPIENT_TYPE RecipientType = TO ) const ;
public int AddRecipient ( CSMTPAddress & recipient , RECIPIENT_TYPE RecipientType = TO ) ;
public void RemoveRecipient ( int nIndex , RECIPIENT_TYPE RecipientType = TO ) ;
public CSMTPAddress GetRecipient ( int nIndex , RECIPIENT_TYPE RecipientType = TO ) const ;
public int GetNumberOfAttachments ( ) const ;
public int AddAttachment ( CSMTPAttachment * pAttachment ) ;
public void RemoveAttachment ( int nIndex ) ;
public CSMTPAttachment * GetAttachment ( int nIndex ) const ;
public virtual CString GetHeader ( ) const ;
public void AddBody ( const CString & sBody ) ;
public BOOL AddMultipleRecipients ( const CString & sRecipients , RECIPIENT_TYPE RecipientType ) ;
protected void FixSingleDot ( CString & sBody ) ;
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.