• 大小: 7.13MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-07
  • 语言: C/C++
  • 标签:

资源简介

用MAPI 发送电子邮件 正文内容和附件。 运行程序前,注意要配置outlookExpress. 具体配置,请参考http://www.bcty365.com/looksetupstudy.php?id=474

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SendEMail.h“
#include “SendEMailDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSendEMailApp

BEGIN_MESSAGE_MAP(CSendEMailApp CWinApp)
//{{AFX_MSG_MAP(CSendEMailApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSendEMailApp construction

CSendEMailApp::CSendEMailApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CSendEMailApp object

CSendEMailApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CSendEMailApp initialization

BOOL CSendEMailApp::InitInstance()
{
SetDialogBkColor(RGB(200210213));

CSendEMailDlg dlg;
m_pMainWnd = &dlg;
dlg.DoModal();

return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8946  2010-11-22 10:55  SendEMail\Debug\BuildLog.htm

     文件         69  2010-11-22 10:55  SendEMail\Debug\mt.dep

     文件       2998  2010-11-05 14:05  SendEMail\Debug\Readme.txt

     文件     159744  2010-11-22 10:55  SendEMail\Debug\SendEMail.exe

     文件        660  2010-11-22 10:25  SendEMail\Debug\SendEMail.exe.embed.manifest

     文件        724  2010-11-22 10:25  SendEMail\Debug\SendEMail.exe.embed.manifest.res

     文件        625  2010-11-22 10:55  SendEMail\Debug\SendEMail.exe.intermediate.manifest

     文件    1253440  2010-11-22 10:55  SendEMail\Debug\SendEMail.ilk

     文件      22878  2010-11-22 10:25  SendEMail\Debug\SendEMail.obj

     文件       6236  2010-11-22 10:25  SendEMail\Debug\SendEMail.res

     文件      76236  2010-11-22 10:55  SendEMail\Debug\SendEMailDlg.obj

     文件     335782  2010-11-22 10:25  SendEMail\Debug\StdAfx.obj

     文件     699392  2010-11-22 10:55  SendEMail\Debug\vc80.idb

     文件     692224  2010-11-22 10:55  SendEMail\Debug\vc80.pdb

     文件       2998  2003-04-23 08:50  SendEMail\Readme.txt

     文件      28672  2003-05-09 15:03  SendEMail\Release\SendEMail.exe

     文件       2998  2003-04-23 08:50  SendEMail\res\readme.bin

     文件       1078  2003-04-22 19:29  SendEMail\res\SendEMail.ico

     文件        401  2003-04-22 19:29  SendEMail\res\SendEMail.rc2

     文件       1100  2003-04-22 22:00  SendEMail\Resource.h

     文件      25736  2010-11-22 09:50  SendEMail\SendEMail.aps

     文件       1712  2003-05-09 15:03  SendEMail\SendEMail.clw

     文件       1310  2003-04-22 20:47  SendEMail\SendEMail.cpp

     文件       4277  2003-04-22 21:59  SendEMail\SendEMail.dsp

     文件        541  2003-04-22 19:29  SendEMail\SendEMail.dsw

     文件       1357  2003-04-22 19:29  SendEMail\SendEMail.h

     文件   10202112  2010-11-22 11:10  SendEMail\SendEMail.ncb

     文件      49664  2003-05-09 15:03  SendEMail\SendEMail.opt

     文件       6387  2003-04-23 08:50  SendEMail\SendEMail.rc

     文件        882  2010-11-22 09:51  SendEMail\SendEMail.sln

............此处省略16个文件信息

评论

共有 条评论

相关资源