POP3SMTP.h
资源名称:POP3SMTP.rar [点击查看]
上传用户:pyhyhg
上传日期:2022-08-11
资源大小:56k
文件大小:1k
源码类别:
Email客户端
开发平台:
Visual C++
- // POP3SMTP.h : main header file for the POP3SMTP application
- //
- #if !defined(AFX_POP3SMTP_H__D502B4FF_504F_4B08_B7FF_F0E88A439DA3__INCLUDED_)
- #define AFX_POP3SMTP_H__D502B4FF_504F_4B08_B7FF_F0E88A439DA3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CPOP3SMTPApp:
- // See POP3SMTP.cpp for the implementation of this class
- //
- class CPOP3SMTPApp : public CWinApp
- {
- public:
- CPOP3SMTPApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPOP3SMTPApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CPOP3SMTPApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_POP3SMTP_H__D502B4FF_504F_4B08_B7FF_F0E88A439DA3__INCLUDED_)