You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
It seems that whenever a reply is created or more specifically when an existing EmailMessage is loaded (.Load()), the body will show all dates in UTC and will ignore the time zone property set in the Exchangeservice initialization. I can't be certain as to when this issue began but does anyone have any ideas on how this can be fixed? My exchange server (2010) and the webserver where this API is being run from are in "Eastern Standard Time" and the Exchangeservice time zone initialization can be seen below:
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2,TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time"));
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that whenever a reply is created or more specifically when an existing EmailMessage is loaded (.Load()), the body will show all dates in UTC and will ignore the time zone property set in the Exchangeservice initialization. I can't be certain as to when this issue began but does anyone have any ideas on how this can be fixed? My exchange server (2010) and the webserver where this API is being run from are in "Eastern Standard Time" and the Exchangeservice time zone initialization can be seen below:
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2,TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time"));
The text was updated successfully, but these errors were encountered: