.NET 在 Office 2010 中创建带附件的电子邮件
我知道通过 mailto 链接,您可以打开默认邮件客户端并填充主题和标题。我需要做类似的事情,但还要附上一份文件。
我的所有用户都将使用 Outlook 2010,并将其设置为默认邮件客户端。它只需要适用于这种情况。
如何创建打开 Outlook 新邮件窗口并填充附件字段的电子邮件?
I know with an mailto link you can open your defautl mail client and populate a subject and a title. I need to do something similar but also attach a document.
All my users will be using Outlook 2010 and it will be set as there default mail client. It only needs to work for that case.
How can you create an email that opens up the Outlook new message window and populates the attachment field?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要对 Outlook COM 库的引用,然后类似的内容应该可以工作:
为此,您还需要:
You'll need a reference to the Outlook COM library, then something like this should work:
For this to work you would also need: