About Plugins in C#

  • Thread starter Thread starter Anandraj
  • Start date Start date
A

Anandraj

Hi All,
I have seen something written in VB6 which will sit in the outlook as a bar
inturn will sync with some server in the Internet. I want to simulate the
same thing in .NET using C# any body give me a glue to start with that.

Thanks
Anandraj.A.
 
Anandraj,

I believe that all you need to do is add a reference to the correct COM
reference, for example "Microsoft Outlook 10.0 Object Library" and
VS.NET will build the nesseccary wrapper for you. Then you go on about
just like you did when developing VB6 plugins.

This article should give you the general idea, eventhough it does not show
Outlook but Excel (principals are the same)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office11012001.asp

Hope this helps,

//Andreas
 
Hi Andreas,
I will go thro that article. I have already a dll with name outlook.dll
which is used to simulate the functionalities in .NET. Can't we use
that.

Thanks
Anandraj.A.
 
Back
Top