문제

I have an Idea of integrating our own company Tool with 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,

However I just know JAVA and not C#(So I am Comfortable in JAVA programming).

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 .

Any help is appreciated :)

Thaks rajesh

도움이 되었습니까?

해결책

The Following might help: https://stackoverflow.com/a/5285691/119179

Shows how to read an inbox with the java mail API which is independent of Outlook.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top