I'm trying to build an Outlook 2003 COM Add-In using Visual Basic 6.0. I can't find any tutorials online for 2003. I've found plenty for 2000 though. I tried using a 2000 example exactly as I found it, but I get a type mismatch error when Outlook loads.

Also, the reason I'm building the add in, is so that I can drag and drop emails into my Visual Basic program without getting the Security warning window. I've read that using a COM add in allows you to bypass the security warning. Is it even possible to pass the email item from my COM add in, to my Visual basic program? How would you reference the COM add in from within a VB program?