Ok, I'm new to all of this. I am trying to build an add-in for Outlook 2003 using VS.Net 2003. I'm trying to create a button on the toolbar of Outlook that when clicked, the add-in tries to match the sender email addresses from the inbox with a list of email addresses from a SQL Server. If there is a match, the add-in saves any attachments to a specified folder and then deletes the email.
The button shows up in Outlook, but when I click it, nothing happens.
It compiled without problems. How do I debug it? I will post code if needed.
The button shows up in Outlook, but when I click it, nothing happens.
It compiled without problems. How do I debug it? I will post code if needed.