Relative Content

Tag Archive for javaexchange-serverewsjavaapi

EWS JAVA API 2.0 forward email with incorrect timezone

I am writing a function in Java to forward Outlook emails. When using ews-java-api 2.0, I found that the time zone of the original email’s sent time attached to the forwarded email is UTC, not the UTC+8 time zone where I am located. Is there any way to solve this? Thank you!