An open API service indexing awesome lists of open source software.

https://github.com/incubated-geek-cc/java-com-bridge_demo

A Java application to demo Java-COM-bridge (Jacob) DLL library for automating Microsoft applications such as parsing emails from Microsoft Outlook Exchange.
https://github.com/incubated-geek-cc/java-com-bridge_demo

Last synced: 9 months ago
JSON representation

A Java application to demo Java-COM-bridge (Jacob) DLL library for automating Microsoft applications such as parsing emails from Microsoft Outlook Exchange.

Awesome Lists containing this project

README

          


logo

Java-COM bridge (Jacob)

**๐Ÿ“€ Enables Java to interface with Microsoft Office applications for task automation.**

### ๐Ÿ“Œ Features (WIP)




  • ๐Ÿ“ง Email parsing on Outlook Exchange client.

#### For a full list of functionalities for Outlook, refer to Office Outlook Primary Interop Assemply. (namespaces with properties & methods have been compiled at office_outlook_interop_assembly.json.)

### ๐ŸŒŸ Try it yourself



  1. Run compile.sh to generate Main class and then proceed to run run.sh


  2. Main class shall retrieve all inbox emails with subject title containing Case Notification and CaseID and output all JSON-formatted case details onto console.

#### Assume that embedded case details follow the below format:

#### Dependencies:


LibraryDescription


jacob-1.18-x64.dll and lib/jacob-1.18.jarFor interfacing with Microsoft applications.
lib/jsoup-1.15.3.jar For parsing HTML-formatted email message.
lib/json-org-20140107.jarTo format processed output into JSON

### โœ Read related posts here
[**Article :: Link :: Automate Outlook Email Tasks Using Jacob (Java-COM bridge)**](https://mobileappcircular.com/automate-outlook-email-tasks-using-jacob-java-com-bridge-3cf84ced2286)






[**Article :: Link :: Sending and Reading Outlook Emails Using Javaโ€Š-โ€ŠJacob (Java-COM bridge)**](https://geek-cc.medium.com/sending-and-reading-outlook-emails-using-java-jacob-java-com-bridge-87f400bb2afc)


โ€” Join me on ๐Ÿ“ Medium at ~ ฮพ(๐ŸŽ€หถโ›โ—กโ›) @geek-cc

---

#### ๐ŸŒฎ Please buy me a Taco! ๐Ÿ˜‹

## ๐Ÿ“œ License & Credits


  1. Original library at jacob-project by ๐Ÿ‘ค Joe Freeman (freemansoft)