![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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 - "John" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
Thanks. Anyway to raise the alter from within code?
Thanks again. Regards "Dmitry Streblechenko" wrote in message ... 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 - "John" wrote in message ... 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 |
#4
|
|||
|
|||
![]()
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 - "John" wrote in message ... Thanks. Anyway to raise the alter from within code? Thanks again. Regards "Dmitry Streblechenko" wrote in message ... 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 - "John" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Processing incoming emails | John[_11_] | Outlook and VBA | 3 | May 21st 08 05:42 PM |
Processing incoming emails | John[_11_] | Outlook and VBA | 0 | May 20th 08 09:06 PM |
Incoming Emails | MHS | Outlook Express | 5 | March 2nd 08 09:43 PM |
Incoming emails | MHS | Outlook Express | 5 | March 2nd 08 06:25 PM |
Incoming emails | Tripper | Outlook - General Queries | 1 | December 29th 07 06:19 PM |