validate incoming messages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good morning,

First off, I have never done any programming in Outlook.

Is it possible, how can I, to check all incomming e-mail messages subject
for a specific format or word sequence ("Detective Answer...") and when it
locate this sequence of word as the beginning of the subject line then
proceed to transfer the information in the body of the message to a database?

Thank you.

Daniel
 
Am Tue, 27 Jun 2006 06:42:02 -0700 schrieb Daniel:

Daniel, that´s possible. Please have a look to the Outlook VBA help: There´s
a sample for the ItemAdd event.

In that event you can search any phrase with Instr in the item´s Subject
property.
 

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

Back
Top