• 大小: 0.30M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 邮件接收程序(提高篇-实例557).zip

资源截图

代码片段和文件信息

// ReceiveMail.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ReceiveMail.h“
#include “ReceiveMailDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CReceiveMailApp

BEGIN_MESSAGE_MAP(CReceiveMailApp CWinApp)
//{{AFX_MSG_MAP(CReceiveMailApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CReceiveMailApp construction

CReceiveMailApp::CReceiveMailApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      361984  2013-12-27 16:29  jmail.dll
     文件       55404  2013-12-27 16:29  jmail.tlh
     文件       57199  2013-12-27 16:29  jmail.tli
     文件       21168  2013-12-27 16:36  ReceiveMail.aps
     文件        1379  2013-12-27 16:45  ReceiveMail.clw
     文件        2133  2007-05-08 08:52  ReceiveMail.cpp
     文件        4249  2007-05-08 08:52  ReceiveMail.dsp
     文件         547  2007-05-08 08:52  ReceiveMail.dsw
     文件        1379  2007-05-08 08:52  ReceiveMail.h
     文件      290304  2013-12-27 16:45  ReceiveMail.opt
     文件        5676  2007-05-08 08:52  ReceiveMail.rc
     文件        5760  2008-12-17 15:00  ReceiveMailDlg.cpp
     文件        1454  2007-05-08 08:52  ReceiveMailDlg.h
     文件        1011  2007-05-08 08:52  resource.h
     文件         213  2007-05-08 08:52  StdAfx.cpp
     文件        1097  2007-05-08 08:52  StdAfx.h
     文件         132  2013-12-27 16:48  程序使用说明.txt
     文件        1078  2007-05-08 08:52  res\ReceiveMail.ico
     文件         403  2007-05-08 08:52  res\ReceiveMail.rc2
     文件        6144  2009-03-05 12:54  res\Thumbs.db

评论

共有 条评论