Forum: C++ Aug 24th, 2007 |
| Replies: 1 Views: 1,242 apologies for the code above
class CExtMimeEmbed : public CMimeFileAttachment
{
public:
CExtMimeEmbed(void)
{}
~CExtMimeEmbed(void)
{}
protected: |
Forum: C++ Aug 24th, 2007 |
| Replies: 1 Views: 1,242 I am modifying the class CMimeMessage : public CMimeHeader, i need to modify the
<pre>
virtual inline BOOL MakeMimeHeader(CStringA& header, LPCSTR szBoundary, LPCTSTR... |