简体   繁体   English

是否有可能编写一个可以从Exchange Server 2007下载邮件的Web应用程序

[英]is it possible to write a webapp that can download mails from exchange server 2007

It does not matter what programming language. 哪种编程语言都没有关系。 Can anyone please give me an idea if this is possible and any tools or API's available please? 谁能给我一个主意,如果可能的话,请提供任何工具或API吗?

Given that you used the imap tag, I'm assuming that means that you have IMAP access to the server. 考虑到您使用了imap标记,我假设这意味着您具有对服务器的IMAP访问。 In that case, then yes. 在这种情况下,那就可以。 There are several third-party components available that provide IMAP access in .NET code. 有几个可用的第三方组件以.NET代码提供IMAP访问。 I have personally used RebEx Secure Mail for .NET , and they provide a trial period where you can try it out and see if it will work for your purposes. 我个人使用过.net的RebEx安全邮件 ,他们提供了一个试用期,您可以在其中试用并查看它是否适合您的目的。 There's also a fairly helpful help site. 还有一个非常有用的帮助站点。

For something free, try this: http://interimap.codeplex.com/ 对于免费的东西,请尝试以下操作: http : //interimap.codeplex.com/

You may want to take a look at Exchange Web Services . 您可能需要看一下Exchange Web服务

There's also a client library called EWS Managed API for .Net which provides a better API than that created by web service proxy code generator. 还有一个名为.Net的EWS托管API的客户端库,它提供了比Web服务代理代码生成器创建的API更好的API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用SCP命令将文件从Linux服务器下载到客户端服务器 - Using SCP command to download files from Linux server to client server Exchange PowerShell中从输入文件导出邮箱的错误 - Error in Exchange PowerShell to export mailbox from inputfile 如何运行只能写入STDOUT并从STDIN读取的脚本? - How to run a script that can only write to STDOUT and read from STDIN? 如何编写代码以在脚本中添加和删除函数? - How can I write code to add and remove functions from a script? Powershell脚本只返回来自和Exchange 2003邮箱的totalitems - Powershell script to return only totalitems from and exchange 2003 mailbox 从网页下载图像 - Download images from webpage Powershell:循环遍历交换查询中的名称列表 - Powershell: looping through list of names from exchange query 您可以通过Shell脚本实现OS X的Finder下载进度条吗? - Can you implement OS X's Finder download progress bars from a shell script? 用于下载远程文件并启动的shell脚本以及其他用PHP编写的脚本 - shell script to download remote file and launch and other script write in PHP 是否可以编写可转换为C代码的脚本语言? - Is it possible to write scripting language that translates to C code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM