View Single Post
  #2  
Old August 18th 06, 07:26 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Any good HOW TO documents for creating custom Outlook scripts

There's no such thing as a server-side script for Outlook, since Outlook isn't a server. Exchange Server documentation starts at http://msdn.microsoft.com/exchange/ and includes lots of samples.

For Outlook, see http://www.outlookcode.com/d/code/zaphtml.htm for several different methods for processing new, incoming items. You can work with either he Body or HTMLBody property. The method for forwarding an item is .... Forward.

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

wrote in message oups.com...
If any of you out there know of any good resources that help with
creating custom client / server side scripts for Outlook, that would be
awesome!

What I would like to do is:

Scan an e-mail for certain text, if that text is present, the e-mail is
forwared to a different e-mail address.

If you can help me find resources that would be great!

Thanks,

Mike D.

Ads