View Single Post
  #2  
Old August 4th 06, 04:00 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook Rule on Exchange 2003 Server

Not possible. Outlook code runs only on Outlook client machines. On an Exchange server, you'd need to use a totally different approach, using the techniques from the Exchange SDK -- http://msdn.microsoft.com/exchange/

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Nick_NZ" wrote in message ...
Hi,

I'm using a VBA that converts emails to tasks in Outlook 2002, and set it up
to run as an Outlook Rule based on a certain subject message. This works fine.

What I would like to do is to set up this rule (if possible) on an Exchange
2003 server at the company I work for. The reason for this is so the Outlook
Rule can be applied, and the VBA executed, for all internal emails sent
within my company.

Any help with this would be greatly appreciated.

Ads