在 Outlook 中创建新电子邮件,包括电子邮件正文

发布于 2024-08-02 07:01:30 字数 230 浏览 3 评论 0原文

在所有用户都使用 Outlook 2003 的公司 Intranet 上,我需要允许用户单击一个链接来打开一个新的电子邮件窗口,其中包含预填充的邮件正文、主题和收件人行。正文文本要求消除了像 MailTo 链接这样的简单选项。

我知道 Outlook 使用 EML 格式,但我不知道如何使用它来打开显示为用户发送的新电子邮件的消息。它似乎只是将电子邮件存档在常规文件夹中的一种格式。

还有其他选择吗?其他文件格式?

On a corporate intranet where all of our users are using Outlook 2003 I have a need to allow a user to click a link that opens a new email window with a prepopulated message body, subject and To line. The body text requirement eliminates a simple option like a MailTo link.

I know there is an EML format Outlook uses, but I don't see how to use it to open a message that displays like a new email message being sent by the user. It seems to just be a format for archiving emails in a regular folder.

Are there other options? Other file formats?

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

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

发布评论

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

评论(2

夜血缘 2024-08-09 07:01:30

可以使用mailto并在正文中包含消息。

http://www.ianr.unl.edu/internet/mailto.html

you CAN use mailto and have a message in the body.

http://www.ianr.unl.edu/internet/mailto.html

九八野马 2024-08-09 07:01:30

其他邮件客户端/网络邮件客户端不正确支持此功能,但如果 Outlook 是您唯一的受众,您可以尝试以下操作:

<a href="mailto:[email protected].co.uk?subject=Your Email Subject&body=This is the first line and then a line break%0AThis is the second line">Link</a>

您需要确保所有字符均已正确编码(句号、与号等)

This isn't supported properly across other mail clients/webmail clients but if Outlook is your only audience you can try the following:

<a href="mailto:[email protected].co.uk?subject=Your Email Subject&body=This is the first line and then a line break%0AThis is the second line">Link</a>

You need to ensure that any characters are encoded properly (full stops, ampersands etc)

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