简体   繁体   中英

Retrieve Outlook Meeting Room Locations using JAVA

I am trying to send an Outlook meeting invite using JAVA. I have managed to send the invite using JAVA mail API as discussed in this post

How to send an iCal meeting request using Java Mail, and receive the response

The problem is that here Location of the Meeting Room is hard-coded.

"LOCATION:Conference room\n"

I need to retrieve the available rooms from the Outlook and then select one of these rooms as my meeting room location.

You may find EWS (Exchange Web Services) helpful. See EWS Managed API, EWS, and web services in Exchange for more information.

Also you may try to automate Outlook. See How to automate Outlook from another program .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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