Shared add-in with C# or VB.NET is simply .NET version of COM Add-in.
Comparing to pure COM add-in, it adds a layer of .NET COM-interop, but you
get access to the powerful .NET framework. If you are good at .NET thing,
and your project need some advanced functionalities, which is difficult to
do with VB/VBA, then...
If what you want to do is not that complicated, VBA is a lot easier to
deploy than COM add-in, whether it is done with VB6 or .NET, you can simply
hand your user a copy of "VbaProject.OTM" to be placed in "C:\Documents and
Settings\username\Application Data\Microsoft\Outlook\" folder.
> Thanks for your reply Norman,
>
[quoted text clipped - 13 lines]
>> limit
>> someday (if it eventually happens).
Daryl - 25 May 2007 07:48 GMT
Thanks again Norman,
I've managed to create a simple shared add-in today using VB.Net, so it
looks like that is what I will be using.
If I have further questions about shared add-ins is this the group to ask
them in, or is there a better group here for that?
Daryl.
> Shared add-in with C# or VB.NET is simply .NET version of COM Add-in.
> Comparing to pure COM add-in, it adds a layer of .NET COM-interop, but you
[quoted text clipped - 6 lines]
> hand your user a copy of "VbaProject.OTM" to be placed in "C:\Documents and
> Settings\username\Application Data\Microsoft\Outlook\" folder.
Norman Yuan - 25 May 2007 15:35 GMT
This NG is for VSTO. Since you do Shared(COM) Add-in, there may be other NGs
more suitable. I am not sure. At least, you could try various
"microsoft.public.outlook.xxxxx" or "microsoft.public.office.xxxxxx" NGs.
> Thanks again Norman,
>
[quoted text clipped - 20 lines]
>> and
>> Settings\username\Application Data\Microsoft\Outlook\" folder.