Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extract data from Outlook email

Status
Not open for further replies.

Meera987

Programmer
Aug 24, 2015
2
IN
I am trying to write code that reads Outlook email periodically,and finds out whether we have received any new emails from a particular email ID. If Found, need to search for severity of the message, in the email body. If that matches a certain number,need to compose an email and send it to partuclar email ID again. What is the best possible way this can be done? Meaning which programing language can accomplish this easily? I am currently trying with VBScript. I am new to this. How easily this can be done using VB script?

Thanks,
 
Hi

I would do it using a set of Outlook rules and precomposed templates.
e.g. rule 1:
When I get e-mail from person [xyz] with the body containing [severity 1] respond with "C:\mails\Severity1.msg"

And then rules and templates for each severity.

Would that do?

Cheers,
MakeItSo

"Knowledge is power. Information is liberating. Education is the premise of progress, in every society, in every family." (Kofi Annan)
Oppose SOPA, PIPA, ACTA; measures to curb freedom of information under whatever name whatsoever.
 
Thanks for the reply..yes that would do..to trigger a be email when we get mail from specific person with mentioned severity.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top