![]() |
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,
I have to manage a number of appliances on the network each with ports, and cryptic error codes for each one ... which send me smtp error messages.. Is there any code that I can put into a macro to search for several different strings in the mail message when it arrives? And match these error codes up with ones on a spreadsheet? Otherwise I can just kick off a prog to search an indexed file... but I don't know how to create the above client-based alert in outlook 2003, SP2. on Xp. thanx, Tom. |
#2
|
|||
|
|||
![]()
Go to www.outlookcode.com and search for ZAPHTML. That has an example of an
ItemAdd handler for items added to the Inbox. Modify that code to search each item that comes in for the text you want in the Body property of each item. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "tom001" wrote in message ... Hi, I have to manage a number of appliances on the network each with ports, and cryptic error codes for each one ... which send me smtp error messages.. Is there any code that I can put into a macro to search for several different strings in the mail message when it arrives? And match these error codes up with ones on a spreadsheet? Otherwise I can just kick off a prog to search an indexed file... but I don't know how to create the above client-based alert in outlook 2003, SP2. on Xp. thanx, Tom. |
#3
|
|||
|
|||
![]()
Thanx Ken.
"Ken Slovak - [MVP - Outlook]" wrote: Go to www.outlookcode.com and search for ZAPHTML. That has an example of an ItemAdd handler for items added to the Inbox. Modify that code to search each item that comes in for the text you want in the Body property of each item. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "tom001" wrote in message ... Hi, I have to manage a number of appliances on the network each with ports, and cryptic error codes for each one ... which send me smtp error messages.. Is there any code that I can put into a macro to search for several different strings in the mail message when it arrives? And match these error codes up with ones on a spreadsheet? Otherwise I can just kick off a prog to search an indexed file... but I don't know how to create the above client-based alert in outlook 2003, SP2. on Xp. thanx, Tom. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to (Use Outlook to search for text in message) | sturger | Outlook and VBA | 2 | November 26th 07 07:02 PM |
Search & Replace Text in the Body of a Message | dch3 | Outlook and VBA | 1 | June 7th 07 03:45 AM |
search for text in a message, OE 6 | roger | Outlook Express | 1 | February 27th 07 12:43 AM |
Export e-mail strings to database | [email protected] | Outlook and VBA | 3 | May 23rd 06 08:40 PM |
Export e-mail strings to database | [email protected] | Outlook and VBA | 0 | May 22nd 06 02:32 PM |