Welcome to Peter's Webplace Sign in | Join | Help

August 2005 - Posts

VSTO for Outlook and setup project

When you create a new Outlook addin with VSTO support, you will get 2 project - the addin and installer. I was having problems with an installer (some dependencies could not be determined) so I removed the setup project from solution and when I was
posted by peterj | 0 Comments
Filed Under: ,

PDC 05 Outlook Addin

Channel9 PDC05 contest has ended - there are 17 submission posted. I've also posted one - an Outlook 2003 addin done with VSTO support. You can read more about it and download it from here. In order for an addin to work you will need the following:
posted by peterj | 0 Comments
Filed Under: ,

Do you want to test an Outlook addin?

I am looking for someone who could help me out a little bit - I created an Outlook 2003 addin with VSTO support and VS2005 BETA. I would need someone who could just try installing the addin and give me some feedback. So, if you're interested post a comment
posted by peterj | 0 Comments
Filed Under: ,

Using custom icons for buttons in Outlook

If you worked with Outlook before you know that there is a FaceID property in CommandBarButton class. FaceID property is a number which represents a specific builtin icon in Outlook 2003. (Here are all built in icons). But if you're doing something
posted by peterj | 0 Comments
Filed Under: ,

VSTO for Outlook and assemblies

Just a quick note: You will get an exception if you try to call a method (which access files) in assembly that is not fully trusted! (Remeber to set up the CAS in your installer - check Mads code for custom installer) Share this post: Email it! | bookmark
posted by peterj | 0 Comments
Filed Under: ,