A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
868
stars
559
forks
source link
How to forward multiple messages as a combined single message #756
Open
internationalJoke opened 2 years ago
I need to implement a function to forward multiple messages as a combined single message via EWS API. I checked docs of microsoft https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/dd633681(v=exchg.80) but it seems that only forwarding email one by one is feasible. Is there any good way to merge multiple emails then forward it one time.