如何在公司的电子邮件中放置带有链接的横幅
首先,抱歉,我的英语不好。
我们需要开发一个应用程序,让管理员用户管理横幅,并且这些横幅可以放置在公司电子邮件的页脚正文中。
在公司中,他们使用 Outlook,而我们使用 C# .NET 3.5
我认为在诸如侦听器之类的东西中,可以在 Exchange Server 上的某些事件中捕获电子邮件,或者像可以安装的代理之类的东西在客户中,但我不知道实施的可能性。
横幅的信息可以存储在数据库中,管理员可以使用网络界面。
提前致谢!
First, sorry but my English isn't good
We need develop an app that lets an admin user manage banners, and these banners could be placed in the footer-body of the company's emails.
In the company they use Outlook and we work with C# .NET 3.5
I think in something like a listener than could catch the emails in some event on the Exchange Server, or something like an agent that could be installed in the clients, but i don't know about the implementation possibilities.
The banners' info could be stored in a DB and the admin could use a web interface.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有几个起点
http://support.microsoft.com/ default.aspx?scid=kb;en-us;317327
http://support.microsoft.com/default.aspx?scid=kb;en-us;317680
抱歉,跑出了门,我想我可以让你开始
here's a couple starting points
http://support.microsoft.com/default.aspx?scid=kb;en-us;317327
http://support.microsoft.com/default.aspx?scid=kb;en-us;317680
sorry, running out the door, thought I would get you started
最后我与 VSTO
VSTO Outlook Embed Image MailItem
使用 C# 的 VSTO Outlook ItemSend
谢谢大家
Finally i worked with VSTO
VSTO Outlook Embed Image MailItem
VSTO Outlook ItemSend with C#
thanks to everyone