This is an Outlook macro that will disable hyperlinks for a specific sender domain. The example disables hyperlinks for e-mails from ebay.com, but of course you can change it to anything you'd like.
- Open Outlook
- Enable macros
- Press Alt+F11
- In ThisOutlookSession copy and paste the following:
Private Sub Application_ItemLoad(ByVal Item As Object)
