Hi All,
I developing an outlook add in VB.net in which I wand achieve the functionality given:
When user click on URL contained in an email message the add in check presence of the url in access database. Then popup a message either to continue to navigate to the URL or cancel navigation. How i can achive this. Which EventHandler to be catched.
Regards,
Asif Aziz.
Loading
Keyur PatelPosted Jun 6, 2014, 9:08 AM
You can take reference of my following article to create add-ins in outlook.
http://www.c-sharpcorner.com/UploadFile/kbpatel/how-to-create-add-ins-using-vsto-in-ms-word/
You can use windows message box or custom winform to handle navigation to the url or cancel navigation.
Please let me know if you need any help on this.