如何在 Outlook 中定义具有预设主题和存根正文的电子邮件模板 - 而不发送它?
我必须发送每日更新电子邮件,并且想知道如何自动删除该电子邮件。我可能会将其添加到我的启动项中,这样每天早上当我打开计算机并启动 Outlook 和浏览器时,电子邮件就会准备好供我简单地详细说明我上午和下午的工作。只有在一天结束时,我才会手动填写要发送的地址。
编辑 - 08/07/11 16:43
事后看来,这听起来像是我想要的模板,其中以编程方式在主题中设置日期,并且我希望模板化的电子邮件能够在早上第一件事自动打开
所有电子邮件都采用相同的格式;主题行是“每日更新 dd/mm/yy” 然后在正文中:
上午
- 列表项目
下午
- 列表项目
I have to send a daily update email and would like to know how I can have the email stubbed out automatically. I would probably add this to my start up, so each morning when I turn my computer on as well as launching Outlook and my browsers the email would be sitting ready for me to simply detail my morning and afternoon work. Only at the end of the day would I manually fill out the addresses to send it to.
Edit - 08/07/11 16:43
It sounds, in hind-sight, like a template is what I want, one where the date is programmatically set in the subject and that I would like the templated email to be opened automatically 1st thing in the morning
The emails all take the same format; the subject line is "Daily update dd/mm/yy"
Then in the body:
Morning
- List item
Afternoon
- List item
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是在 PowerShell 中发送电子邮件的小脚本的源代码:
Here is the source of a small script sending an email in PowerShell :