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.
 
Back
Top