Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - VBScript help with dictionary and email

Reply
 
Old 08-20-2009   #1 (permalink)
Mike


 
 

VBScript help with dictionary and email

I have an email filtering product. It assigns values to words, and
then when a total is met, it does certain actions. What I would like
to do is find out what it is in the email that triggers the action.
Here's what I have:

1) a .csv with a lot of words and values in a format such as:

carpal tunnel syndrome,6
arterial blood gas analysis,6
acebutolol,10
acetaminophen,10

The word (or phrase) is separated from the value with a comma.

2) an email in .txt format...if it would make more sense, I could use
Word instead.

What I would like to do is find all the words from the .csv in my
email, highlight the word found from the .csv, somewhere indicate its
value from the .csv, and then present the total somewhere.


Could anyone help me create this?

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Copy & paste from IE/FF into a new Outlook email via VBScript VB Script
VBScript to send email not working on 1 server VB Script
VBScript to send email not working on 1 server VB Script
How to do No hang up VBScript (nohup for VBScript) VB Script
Dictionary<TKey,TValue> as a Dictionary key in C# 2.0 .NET General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46