Hi,
My goal is to convert emails to PDF in eastern time zone but automatically adjust offset depending if email was sent during daylight savings time or not.
I’m a little confused on the practical use of TimeZoneOffset option when converting Email to PDF. I understand that I can set how many hours I want to offset it in EmailLoadingOptions and it works.
However, how do I know that actual offset WITH daylight savings time? It sounds like I need to read the email, get the date, calculate offset for that time zone during that time (when email was sent to account for summer/winter) and then run the convert using that offset option.
Is that the intended workflow? Sounds more complicated than it needs to be.
Please let me know if there is a shortcut.
Thank you.