-
Outlook VBscript
I need to know if something is possible in outlook 2003 for an exchange server.
can i write a script that does the following.
in the subject line reads: " " (for any subject given)
if
" " + "i got it"
move to folder "customer calls"
else
nothing
is that at all possible???
any help is appreciated
-
You don't want to try that with VBscript. I'd give you good odds that your virus scanner will not like it.
But with VBa (VB for Applications) you might have more joy.
the simple answer is yes I expect it is possible but I must confess I wouldn't know how to do it.
You might want to post in the VBa section for some VBa gurus to answer the question better.
-
Fairly easy
You can create a VBA module in Outlook to run it, and set it to monitor the Inbox.
If the mail is sent to a public folder its also possible.
I think this gives you a general idea
If not just search around google you can find a few hits
http://www.win2000mag.com/Articles/I...ArticleID=7677