I developed an Outlook Add-in using C#.
I want do completely avoid being punished for slowing down Outlook startup.
Therefore I would like to create a "Loader"-Add-in. It's written in C++/Delphi and does nothing but enabling the C#-Add-in after itself has beeing loaded.
There are a lot of hints on stackoverflow, etc. but no straightforward documentation available.
Questions:
- Is there any straightforward documentation about how to write an Outlook Add-in using C++/Delphi?
- Is there any documentation about how to write an Add-in which enables a secondary Add-in?