Outlook 指定为 Exchange 服务器级别
我想制作一个表单,当单击网页上的按钮时,可以向特定用户的 Exchange Outlook 帐户发送提醒。
这可能吗? EWS 是最好的方法吗?
我使用的是 Exchange 6.5、Outlook 2003 和 .NET 3.5。
I would like to make a form which can send a reminder to a specific user's Exchange Outlook account when a button is clicked on a webpage.
Is this possible? Is EWS the best approach?
I am using Exchange 6.5, Outlook 2003, and .NET 3.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Exchange 6.5是Exchange 2003。最好的方法是使用WebDAV协议,但并不容易。
有一个库可用于此。这可能是您最好的选择。
Exchange 6.5 is Exchange 2003. The best approach is to use WebDAV protocol, but not easy.
There is a library available for that. This might be your best option.