简体   繁体   English

如何以编程方式在Outlook 2003中将电子邮件另存为草稿?

[英]How to save email as draft in Outlook 2003 programmatically?

I am working on an VB.NET app which constructs emails programmatically. 我正在使用VB.NET应用程序,该程序以编程方式构造电子邮件。

This app can be used by different people at the same time so I thought that having a "central" email mailbox would be appropriate. 可以同时由不同的人使用此应用程序,因此我认为拥有“中央”电子邮件邮箱是合适的。 The users would then have "links" (not sure of the correct term) to that central mailbox through their local copy of Outlook. 然后,用户将通过其本地Outlook副本获得到该中央邮箱的“链接”(不确定正确的术语)。

I want to be able to save these emails so that all users can see the generated emails in the "Drafts" folder of their Outlook so that they can check the emails first for any errors and then send it off. 我希望能够保存这些电子邮件,以便所有用户都可以在其Outlook的“草稿”文件夹中看到生成的电子邮件,以便他们可以首先检查电子邮件中是否有任何错误,然后将其发送出去。

I was originally simply talking directly to the Outlook app on the server using Microsoft.Office.Interop but have since read that it is not recommended for use in this sort of scenario. 我最初只是使用Microsoft.Office.Interop直接与服务器上的Outlook应用程序交谈,但是从那以后,我不建议在这种情况下使用它。

Any ideas? 有任何想法吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM