Outlook 2007:如何以编程方式根据电子邮件收件人选择签名(收件人:抄送:密件抄送:等)
该方法与我无关。无论它是宏,还是在发送电子邮件时以某种方式自动触发。
我想知道outlook是否有办法自动根据收件人分配签名。
- 必须与 Outlook 2007 配合使用。如果存在替代方法,可以添加它们,并引用其适用的版本。 2007 年我的很多宏都必须重写。
- 方法并不重要,只要除了常规 UI 使用来发送电子邮件之外不涉及用户交互即可。
谢谢。
The method does not concern me. Whether it is a macro, or somehow automatically fires as the email is sent.
I want to know if there is a way for outlook to automatically assign a signature based on the recipient.
- Must work with Outlook 2007. If alternate methods exist, they can be added, referencing which version it works on. A lot of my macros had to be rewritten for 2007.
- Method is not important, as long as it doesn't involve user interaction other than regular UI usage to send an email.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基于这里的代码 http://www.rondebruin.nl/win/s1/ Outlook/signature.htm
您可以将其设置为从 Application_ItemSend 调用,但这可能会带来麻烦。
Based on code from here http://www.rondebruin.nl/win/s1/outlook/signature.htm
You can set it up to be called from Application_ItemSend but that is probably asking for trouble.