与 Outlook 集成
我们正在开发 CRM 应用程序,为此我们需要与 Microsoft Outlook 集成。
请您告诉我:
与 Outlook 集成的最佳方式是什么,以便我们可以发送、接收、搜索电子邮件、日历项目和联系人。请注意,我们使用 Flex 前端和 Java 后端 是否有我们可以使用的现成工具(商业或开源)? 我们可以通过 pop 或 imap 直接与 MS Exchange 服务器集成吗?我认为流行音乐有一些限制,我们无法搜索电子邮件。我们真的不想检索电子邮件并将其存储在本地 感谢您的帮助
We are in the process of developing a CRM application and for that we need to integrate with Microsoft Outlook.
Would you please tell me:
What is the best way to integrate with outlook so that we can send, receive, search emails, calendar items and contacts. Please note that we use Flex front end and Java back end
Are there readily available tools (commercial or open source) that we can use?
Can we integrate directly with MS Exchange server through pop or imap. I believe pop is bit restrictive, where we can't search emails. We really don't want to retrieve emails and store it locally
Appreciate your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将通过 C# 插件集成到 Outlook。
我们执行类似的操作,并在使用 crm 中的 Web 服务进行身份验证时使用凭据缓存。
I would integrate to Outlook with a C# add-in.
We do similar and use the credential cache when authenticating with a webservice within our crm.