www.pudn.com > MailAgent.rar > MailAgentDlg.h
// MailAgentDlg.h : header file
//
#if !defined(AFX_MAILAGENTDLG_H__FEDC6028_15E0_11D4_88A6_0050BAC277D3__INCLUDED_)
#define AFX_MAILAGENTDLG_H__FEDC6028_15E0_11D4_88A6_0050BAC277D3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMailAgentDlg dialog
class CMailAgentDlg : public CDialog
{
// Construction
public:
CMailAgentDlg(CWnd* pParent = NULL); // standard constructor
CStringArray m_Files;
// Dialog Data
//{{AFX_DATA(CMailAgentDlg)
enum { IDD = IDD_MAILAGENT_DIALOG };
CEdit m_ctlTo;
CString m_STMP;
CString m_To;
CString m_From;
CString m_Subject;
CString m_POP3;
CString m_User;
CString m_Body;
CString m_Password;
int m_MN;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMailAgentDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMailAgentDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSend();
afx_msg void OnRetr();
afx_msg void OnDele();
afx_msg void OnAttach();
afx_msg void OnStatus();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAILAGENTDLG_H__FEDC6028_15E0_11D4_88A6_0050BAC277D3__INCLUDED_)