Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.4 KiB

  1. #if !defined(AFX_SMTPDLG_H__8192D075_4E05_4E2D_BA89_1C8F55A29EEA__INCLUDED_)
  2. #define AFX_SMTPDLG_H__8192D075_4E05_4E2D_BA89_1C8F55A29EEA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SMTPDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSMTPDlg dialog
  10. class CSMTPDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSMTPDlg(HANDLE hFax, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSMTPDlg)
  17. enum { IDD = IDD_SMTP };
  18. CString m_cstrPassword;
  19. CString m_cstrServerName;
  20. UINT m_dwServerPort;
  21. CString m_cstrUserName;
  22. CString m_cstrMAPIProfile;
  23. CString m_cstrSender;
  24. UINT m_dwReceiptsOpts;
  25. UINT m_dwSMTPAuth;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CSMTPDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CSMTPDlg)
  37. afx_msg void OnRead();
  38. afx_msg void OnWrite();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. private:
  42. HANDLE m_hFax;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SMTPDLG_H__8192D075_4E05_4E2D_BA89_1C8F55A29EEA__INCLUDED_)