CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - application
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - application - List
[
Email Client
]
IMapi
DL : 0
一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include \"imapi.h\" void CBugReport::OnOK() { CIMapi mail mail.To (\"UltraMaroon@email.msn.com\") // Set recipient name mail.To(\"someoneelse@somewhereelse.com\") // Second recipient mail.Cc(\"cc@cc.com\") // CC recipient // Identify sender (not strictly necessary since MAPI will fill this in for you) mail.From(\"user@somewhere.com\") mail.Subject(\"Test Email\") // Subject of this email mail.Attach(\"somefilename\") // Attaching a file // Attach another file but give it a different name inside the email itself mail.Attach(\"someotherfile\", \"different_name_for_recipient\") // Put text of message in body mail.Text(\"Body text for this email\") // Set body text mail.Send() // Now send the mail! CDialog::OnOK() } -IMapi a category that can be used in the application process to send mail functions, a reference to the following applications : # include # include "imapi.h" void CBugReport : : OnOK () (mail.To CIMapi mail ( "e @ UltraMaroon mail.msn.com ") / / Set recipient name mail.To ( "someoneelse@somewhereelse.com") / / Second mail.Cc recipient ( "cc@cc.com") / / CC recipie nt / / Identify sender (not strictly necessary's ince MAPI will fill this in for you) mail.From ( " user@somewhere.com ") mail.Subject (" Test Em sixty ") / / Subject of this email mail.Attach (" so mefilename ") / / Attaching a file / / Attach anot her file but give it a different name inside the e mail.Attach mail itself ( "someotherfile" "
Date
: 2008-10-13
Size
: 2.6kb
User
:
孔生
[
Email Client
]
bcb001
DL : 0
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
Date
: 2008-10-13
Size
: 115.85kb
User
:
杨亚波
[
Email Client
]
bcb001
DL : 0
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
Date
: 2026-01-18
Size
: 116kb
User
:
杨亚波
[
Email Client
]
IMapi
DL : 0
一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include "imapi.h" void CBugReport::OnOK() { CIMapi mail mail.To ("UltraMaroon@email.msn.com") // Set recipient name mail.To("someoneelse@somewhereelse.com") // Second recipient mail.Cc("cc@cc.com") // CC recipient // Identify sender (not strictly necessary since MAPI will fill this in for you) mail.From("user@somewhere.com") mail.Subject("Test Email") // Subject of this email mail.Attach("somefilename") // Attaching a file // Attach another file but give it a different name inside the email itself mail.Attach("someotherfile", "different_name_for_recipient") // Put text of message in body mail.Text("Body text for this email") // Set body text mail.Send() // Now send the mail! CDialog::OnOK() } -IMapi a category that can be used in the application process to send mail functions, a reference to the following applications :# include# include "imapi.h" void CBugReport : : OnOK () (mail.To CIMapi mail ( "e @ UltraMaroon mail.msn.com ")// Set recipient name mail.To ( "someoneelse@somewhereelse.com")// Second mail.Cc recipient ( "cc@cc.com")// CC recipie nt// Identify sender (not strictly necessary's ince MAPI will fill this in for you) mail.From ( " user@somewhere.com ") mail.Subject (" Test Em sixty ")// Subject of this email mail.Attach (" so mefilename ")// Attaching a file// Attach anot her file but give it a different name inside the e mail.Attach mail itself ( "someotherfile" "
Date
: 2026-01-18
Size
: 2kb
User
:
孔生
[
Email Client
]
JavaMail
DL : 0
实现了一个功能完整的邮件客户端。该邮件客户端具有发送与接收简单邮件及带附件的邮件的功能,全面展示了javamail开发包的高级应用-Realize a full-featured mail client. The mail client has a simple send and receive messages and e-mail with attachments of the function, a comprehensive picture of JavaMail of Advanced Application Development Kit
Date
: 2026-01-18
Size
: 404kb
User
:
睿智
[
Email Client
]
pop3
DL : 0
电子邮件接受和发送程序 简单的运用C++开发的 代码 适合新手-Receive and send e-mail the application of simple procedures C++ Development code suitable for novice
Date
: 2026-01-18
Size
: 1.03mb
User
:
王字
[
Email Client
]
mail
DL : 0
这是一个邮件发送代码,该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。 也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。 该程序是一个简单的邮件接收和发送系统。 注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。 (注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-This is an e-mail code, the application can not rely on C++ Builder environment to run, double-click to run. Can also be C++ Builder 6.0 Open MailProj.bpr documents, you can direct the compiler to run. The program is a simple send and receive e-mail system. Note: the mailbox now because most of them require a username and password, so send a message may fail. [Note: sometimes in the other run on a computer may be the emergence of a " Invalid resourec file :...." warning. Can be ignored, click" OK " button, the program will compile and re-generate the document]
Date
: 2026-01-18
Size
: 116kb
User
:
henry
[
Email Client
]
email
DL : 0
Email小软件,使用图像界面运用javamail类-Email small software application interface using the image type javamail
Date
: 2026-01-18
Size
: 2kb
User
:
gondark
[
Email Client
]
STMailTo
DL : 0
发送邮件,邮件可以设置,内容可以嵌入WEB页面,无界面 -this is a e-mail application,we could set the environment, and insert a web page into the context of the e-mail,this application has no form
Date
: 2026-01-18
Size
: 22kb
User
:
guhao
[
Email Client
]
checknumbere-mailmessages
DL : 0
如何检查电子邮件数量,如果应用程序在共享 DLL 中使用 MFC,且应用程序使用的语言不是 操作系统的当前语言,则需要从 Microsoft Visual C++ 光盘上 Win\System 目录下将相应的本地化资源 MFC70XXX.DLL复制到计算机的 system 或 system32 目录下,并将其重命名为MFCLOC.D-How to check e-mail number, if the application in a shared DLL using MFC, and the application uses a language other than the operating system' s current language, you need Microsoft Visual C++ CD-ROM Win \ System directory, the corresponding localized resources MFC70XXX. DLL copied to the computer system or system32 directory, and rename it to MFCLOC.DLL
Date
: 2026-01-18
Size
: 177kb
User
:
tandy
[
Email Client
]
iceSpeedMail.src
DL : 0
简单专递邮件发送小程序,dll应用例子,一个函数-simple speed mail send software,dll application sample,only one function...
Date
: 2026-01-18
Size
: 208kb
User
:
langhua
[
Email Client
]
EMAIL-Sever
DL : 0
vc++ 开发的Email 程序,作为进出vc大门的引导程序。-Email vc++ application development, as the door out of the boot process vc.
Date
: 2026-01-18
Size
: 277kb
User
:
张志军
[
Email Client
]
projectbyTheDaywalker
DL : 0
With this lightweight email application written in c# you can send emails with Gmail, Yahoo, Aol, and Live accounts.
Date
: 2026-01-18
Size
: 111kb
User
:
nikhil942111
[
Email Client
]
JavaMailInstance_JavaMail_API
DL : 0
应用JavaMail编写的邮件收发客户端,实现了部分outlook功能,并且有详细的注释。-Application JavaMail to write the mail client to achieve a part of the outlook and detailed notes
Date
: 2026-01-18
Size
: 3.48mb
User
:
李猛
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.