> Another approach would be to use a run a script rule action (see example below) to use information read in from a file and process the message with that data. You'd want to read in the file data just once, when Outlook starts.
>
[quoted text clipped - 31 lines]
> >
> > -CodeKid
It's Sue, not Susan.
> the lack of a macro recorder
> makes it difficult to figure that out.
When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. Also, there are many, many examples of Outlook code here and on the web. And please ask questions about any code you don't understand.
> In the example that you gave is "msg.Subject" the text if the subject line
> from the message?
Exactly. msg is the object representing the message. Subject is the property corresponding to the subject.
> Would the script-based rule check the text file every time a new message
> comes in or would the contents of the file be loaded only when Outlook starts
> up?
I'd code it using the latter technique.

Signature
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
> Susan,
>
[quoted text clipped - 36 lines]
>>
>> See http://www.outlookcode.com/d/code/zaphtml.htm#ol2002 for another example.
>>
>> > In Outlook 2003, rules based on keywords require that each keyword be entered
[quoted text clipped - 9 lines]
>> >
>> > -CodeKid
CodeKid - 28 Jun 2006 19:12 GMT
VERY sorry about the name, Sue :)
And thanks again for all of your help.
> It's Sue, not Susan.
>
[quoted text clipped - 68 lines]
> >> >
> >> > -CodeKid