Building an outlook add-in

I have started out using the add-in wizard to create a new project. But don't know where to go from there!

I am making this addin for outlook 2003. I would like for it to add a drop down combo onto the button bar of each new email.

Eventually what I want the drop down to do is allow the easy selection of an email template to use. However for now I'll be happy to just get the first step completed.

If anyone can suggest a good resource, or example that I can use to learn from I would greatly appreciate that!

Thanks,
Josh

[552 byte] By [JoshSommers] at [2008-2-2]
# 1
A good place to start Outlook programming is at outlookcode.com
PeterJausovec at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Thanks for the link, but unfortunately I do not see any information there about development using .Net 2005, where it seems to me it is a completely different ball game than it was in .Net 2003. I am interested in the new features of 2005, and how to do things the new way.

Thanks,
Josh

JoshSommers at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 3
It was announced yesterday at TechEd 2005 that VSTO now supports creating managed add-ins. Check out my blog at http://blogs.msdn.com/pstubbs/ or the VSTO Team blog at http://blogs.msdn.com/vsto2/

Download VSTO for Outlook : http://msdn.microsoft.com/office/

Thanks,

Paul Stubbs
Program Manager - VSTO

PaulStubbs at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...