Processing incoming emails

J

John

Hi

Outlook 2003.

How can I check the subject line of each incoming email and if a particular
string is found display an outlook alert with a link to the particular
email?

Thanks

Regards
 
D

Dmitry Streblechenko

Use Application.NewMailEx event to open the new message and read the Subject
property.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
D

Dmitry Streblechenko

Raise? What for? Do you mean you want to programmatically create a new
message and want Outlook to treat it as a new message?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top