如何从 Delphi 通过 MAPI 创建 Outlook 邮件草稿?
网络上是否有代码示例可以帮助我开始使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下:
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.
非常感谢迄今为止提出的建议!我还找到了一篇关于 OLE(而不是 MAPI)的文章。我将尽快使用 Outlook 2010 进行测试。
从 Delphi 发送电子邮件展望
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