C# in Outlook

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?
 
S

Sue Mosher [MVP-Outlook]

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