Is there a way to parse the “safelinks” URL from outlook in C#?

  • Thread starter Thread starter h_abhijith
  • Start date Start date
H

h_abhijith

Guest
Hi,


I have an "Editor" that allows users to compose emails in a WPF window. However, when there's an incoming email which has "Urls", Microsoft (outlook) obfuscates it by adding some extra characters along with "nam01.safelinks" stuff. Is there a way I can parse it in my code to present it with an "hyperlink"?

Example: Google will be transformed into something like: https://nam01.safelinks.protection.outlook.com?url=http%3A%2F%2Fwww.google.com%[some_id]%7C1&data=%3D&reserved=0

Thank you.

Continue reading...
 
Back
Top