[ROOT] --> small

class CSMTPAttachment

Author:
unascribed

Version:
unknown

Source:
Smtp.h:76

Constructors Index

CSMTPAttachment
[public]
~CSMTPAttachment
[public]


Variables Index

m_base64tab
[protected]
m_nEncodedSize
[protected]
m_pszEncoded
[protected]
m_sFilename
[protected]
m_sTitle
[protected]


Methods Index

Attach
[public]
Base64BufferSize
[protected]
EncodeBase64
[protected]
GetEncodedBuffer
[public]
GetEncodedSize
[public]
GetFilename
[public]
GetTitle
[public]
SetTitle
[public]


Constructors

CSMTPAttachment

public CSMTPAttachment ( ) ;

CSMTPAttachment

public ~ CSMTPAttachment ( ) ;


Variables

m_base64tab

protected static char m_base64tab [ ]

m_sFilename

protected CString m_sFilename

m_sTitle

protected CString m_sTitle

m_pszEncoded

protected char * m_pszEncoded

m_nEncodedSize

protected int m_nEncodedSize


Methods

Attach

public BOOL Attach ( const CString & sFilename ) ;

GetFilename

public CString GetFilename ( ) const ;

GetEncodedBuffer

public const char * GetEncodedBuffer ( ) const ;

GetEncodedSize

public int GetEncodedSize ( ) const ;

GetTitle

public CString GetTitle ( ) const ;

SetTitle

public void SetTitle ( const CString & sTitle ) ;

Base64BufferSize

protected int Base64BufferSize ( int nInputSize ) ;

EncodeBase64

protected BOOL EncodeBase64 ( const char * aIn ,
                              int aInLen ,
                              char * aOut ,
                              int aOutSize ,
                              int * aOutLen ) ;


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.