【问题标题】:Attachment in outlook through JS通过JS在outlook中附加附件
【发布时间】:2016-02-01 06:29:29
【问题描述】:

有没有办法通过javascript在outlook中添加附件? 我可以使用 "mailto" 发送邮件,但它不提供附件选项。 我可以通过服务器端编码来做到这一点,但我希望它在客户端。那么,有什么办法吗?

【问题讨论】:

    标签: javascript jquery outlook sendmail attachment


    【解决方案1】:

    您可以考虑自动化 Outlook,请参阅Compose and Send E-mail from JavaScript by using Outlook Automation 2007 了解更多信息。请注意,它仅适用于 Internet Explorer。

    一般来说,我建议使用其他选项,例如从网络服务器发送电子邮件,您可以在其中进行网络 API 调用并上传应附加的文件。请参阅How to send mail with attachment using JS? 了解可能的选项。

    【讨论】:

    • 谢谢你...实际上我不能使用 activex 。这是一个约束……还有其他解决方案吗?
    猜你喜欢
    • 2021-03-08
    • 2020-10-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-01
    • 1970-01-01
    相关资源
    最近更新 更多