Any good HOW TO documents for creating custom Outlook scripts

  • Thread starter Thread starter mikedzikowski
  • Start date Start date
M

mikedzikowski

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Excuse the slip...

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top