Running .Net code from within Outlook

Yitzhak

New member
Joined
Sep 11, 2003
Messages
3
I need to have .Net code run (probably C#) upon certain events that happen within Outlook. E.g. When Outlook starts, upon receiving mail, etc. I know how to do this using VBA, but I need to run it in .Net, for several reasons. For instance, I need to do remoting, use ADO.NET, and use other .Net technologies, that would be a nightmare - if they are at all possible - using VBA.
All help appreciated.
Thanks
Yitzhak
 
I posted this a few weeks ago, but no-one responded. :(

Meanwhile, I figured out how to do it. :p As no-one responded, I assume it doesnt interest anyone. If Im wrong there, and someone would like to know how to call on a .Net dll from within the VBA code in Outlook, then let me know, and Ill describe what needs to be done.
Not so hard, once you know what to do.
Yitzhak
 
I am interested in knowing how to access Outlook objects to receive email using C# .NET. Can you please post how to do this? Thanks!
 
Back
Top