ews-java-api
ews-java-api copied to clipboard
How to forward multiple messages as a combined single message
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.