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.
 
Back
Top