Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Andrew King

1 total

Find why an Outlook add-in won't start

//Allows an add-in to load after you have started Outlook so you can find out any errors it is getting.

set VSTO_SUPPRESSDISPLAYALERTS=0
"c:\program files\Microsoft Office\Office11\Outlook.exe"
1 total