简体   繁体   English

使用JAVA的MS Outlook工作

[英]MS outlook Work Using JAVA

I have an Idea of integrating our own company Tool with MS outlook, 我的想法是将我们自己的公司工具与MS Outlook集成在一起,

Our company tool is Incident or Service Request tool .We communicate with User using the Service Number generated in THe tool(This servce Number is generated when A Client Logs the Problem in our tool) with MS outlook, 我们公司的工具是“事件”或“服务请求”工具。我们使用该工具在MS Outlook中使用在工具中生成的服务编号(当客户在我们的工具中记录问题时生成此服务编号)与用户进行通讯,

However I just know JAVA and not C#(So I am Comfortable in JAVA programming). 但是我只知道JAVA而不是C#(所以我对JAVA编程很满意)。

Is there any way That I can write code which can search the Outlook Files in my inbox, Based on some search Criteria, and display it back . 有什么办法可以编写代码,以便根据某些搜索条件在收件箱中搜索Outlook文件,然后将其显示回来。

Any help is appreciated :) 任何帮助表示赞赏:)

Thaks rajesh Thaks rajesh

The Following might help: https://stackoverflow.com/a/5285691/119179 以下内容可能会有所帮助: https : //stackoverflow.com/a/5285691/119179

Shows how to read an inbox with the java mail API which is independent of Outlook. 显示如何使用独立于Outlook的Java Mail API读取收件箱。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM