如何从 Delphi 通过 MAPI 创建 Outlook 邮件草稿?

发布于 2024-10-14 18:39:43 字数 221 浏览 8 评论 0原文

网络上是否有代码示例可以帮助我开始使用 Delphi 和 Outlook 创建邮件(包括收件人列表)?目前我们使用 mailto: 但是这对 URL 长度有限制,我们需要一种方法将相当多的用户放入收件人列表中。 (不,这不会是垃圾邮件应用程序)。我们不能使用 SMTP,因为用户需要在发送之前显示和编辑草稿。

我发现了一些关于 WebDAV 的提示,也许这是另一种选择(使用 MS Exchange 2008)?

Is there a code example available on the web which helps me getting started with mail creation (including a recipient list) with Delphi and Outlook? Currently we use mailto: however this has a limitation regarding the URL length, and we need a way to put quite many users on the recipient list. (No this is will not be a spam mail application). We can not use SMTP because the user needs to display and edit the draft before sending.

I have found some hints about WebDAV, maybe this is another option (using MS Exchange 2008)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初见终念 2024-10-21 18:39:43

看一下:

http://www.rapware.nl/prod_easymapi_page1.asp?SubMenu= EasyMAPI

这是一个非常好的组件,我已经使用它很长时间了,效果很好。它还支持 MS Exchange。

Take a look at:

http://www.rapware.nl/prod_easymapi_page1.asp?SubMenu=EasyMAPI.

Its a really good component, I have been using it for a long time with great results. It supports MS Exchange as well.

仲春光 2024-10-21 18:39:43

非常感谢迄今为止提出的建议!我还找到了一篇关于 OLE(而不是 MAPI)的文章。我将尽快使用 Outlook 2010 进行测试。

从 Delphi 发送电子邮件展望

“Outlook可以轻松控制
通过 OLE。尝试示例程序
SendOutlookMail() 从下面。这
不适用于 Outlook Express”

Many thanks for the suggestion(s) so far! I have also found an article about OLE (instead of MAPI). I will test it as soon as possible, with Outlook 2010.

Sending an email from Delphi with Outlook

"Outlook can be easily controlled
through OLE. Try the sample procedure
SendOutlookMail() from below. This
does not work with Outlook Express"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文