C# in Outlook

  • Thread starter Thread starter guy
  • Start date Start date
G

guy

I want to add a bit of script to do some processing in a rule in Outlook
2002. I'm a wizard at programming in C# and don't want to delve in Outlook's
VBA. Anybody know if/how I can integrate C# code into an Outlook rule?
 
You'd have to write a VBA procedure (which is what Rules Wizard uses in its
"run a script" rule action) that calls your COM-compatible C# application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top