Exchange 服务器 - 全球访问

发布于 2024-07-22 17:06:39 字数 423 浏览 5 评论 0原文

我正在尝试创建一个基于 Web 的应用程序,可以与全球 Exchange 服务器交互。 意思是,我需要它能够跨域查看、更改、删​​除和创建所有电子邮件、日历、约会、任务、注释等。 我正在使用 .Net,并且一直在研究接收器,但不确定这是否是最佳路线。 接收器能否为我提供所需的全部功能(它似乎只适用于电子邮件,尽管我还没有完全开始编码,因为我正在等待服务器到达)? 或者有人有更好的建议/想法吗? 提前致谢!

  • 安德鲁·惠廷顿(Andrew Whittington)

让我进一步阐述一下,我想我给了错误的印象。 这些解决方案允许客户通过网络邮件访问他们的电子邮件、日历等。

我需要网络应用程序能够访问每个人的电子邮件、日历等...而不是每个客户都可以访问自己的电子邮件、日历。 最终的解决方案将提供一种跟踪公司内团队的方法。

I'm trying to create a web-based app that can interact with Exchange server globally. Meaning, I need it to have the ability to view, change, delete, and create all e-mails, calendars, appointments, tasks, notes, etc... across the domain. I am using .Net, and have been looking into sinks, but wasn't sure if this was the best route to go. Will sinks give me the full functionality I need (It appears to only work with e-mails, though I haven't fully begin coding it yet as I'm waiting on the server to arrive)? Or does anyone have any better suggestions / ideas? Thanks in advance!

  • Andrew Whittington

Let me elaborate a little further, I think I gave the wrong impression. These solutions allow for a client to access their e-mail, calendar, etc... via the webmail.

I need the web-app to be able to access everyone's e-mails, calenders, etc... Not for each individual client to access their own. The final solution will provide a way to track a team within a company.

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

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

发布评论

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

评论(3

眼泪也成诗 2024-07-29 17:06:39

我认为 Exchange 已经有一个网络邮件界面。

I think exchange already has a webmail interface.

落日海湾 2024-07-29 17:06:39

Exchange 已经有一个 Web 邮件界面,称为 Outlook Web Access。

另一种选择是使用位于 .net 框架内的 System.Web.Mail 命名空间中的简单 SMTP。

System.Web.Mail 命名空间

如果您在如果您查看

Exchange ,则希望您使用的是特定 API Microsoft MSDN 网站上的开发

另外请查看这本书,其中可能有一些非常有用的信息

Exchange Web 服务

Exchange does already have a webmail interface it is known as Outlook Web Access.

Another option is to use simple SMTP located in the System.Web.Mail namespace within the .net framework.

System.Web.Mail Namespace

If you are after a specific API then hopefully you are using Exchange 2007, if you are look at the

Exchange Development on Microsofts MSDN Site

Also check out this book, it may have some very useful info in it

Exchange Web Services

我偏爱纯白色 2024-07-29 17:06:39

经过一番研发后,托管接收器可以位于交换服务器上,并在指定文件夹中发生保存操作时触发。 如果接收器要注册到每个客户端的文件夹,它可以提供一种收集所有数据并在需要时进行更改/添加的方法(例如,检测电子邮件并触发创建约会)。 希望有类似问题的其他人可以从中受益!

干杯

After a bit of R&D, managed sinks can sit on the exchange server, and are triggered when a save action happens in a specified folder. If a sink was to be registered to each client's folder, it can provide a way to collect all the data, and make changes/additions where required (such as, detecting an e-mail, and triggering an appointment to be created). Hope anyone else with a similar issue can benefit from this!

Cheers

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