> I need to make a rule to search for specific words in the email html
> source. How do I do this?
You don't, I'm afraid. Rules do not handle HTML well at all.
--
Brian Tillman
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Mail
Value Name: SaveAllMIMENotJustHeaders
Value Type: REG_SZ
Value: 0 to show only the headers (default); 1 to show the full message including all MIME message parts
If Outlook saves the entire message source (SaveAllMIMENotJustHeaders = 1), you should be able to create a rule that looks for the desired text in the message header.
Note that adding this registry value may have other performance and data storage implications.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Mikratt" <Mik...@discussions.microsoft.com> wrote in message news:B1A74F4C-4AC4-4C57...@microsoft.com...
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Mikratt" <Mik...@discussions.microsoft.com> wrote in message news:2EA4DB0B-03FA-4DBD...@microsoft.com...
> Thanks Sue, I am on a MS exchange server and using Outlook 2003 will this
> have any conflict with Exchange if I add this to the registry.
> Thanks again.
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> Try adding this registry value (make a registry backup first):
>>
>> Key: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Mail
>> Value Name: SaveAllMIMENotJustHeaders
>> Value Type: REG_SZ
>> Value: 0 to show only the headers (default); 1 to show the full message including all MIME message parts
>>
>> If Outlook saves the entire message source (SaveAllMIMENotJustHeaders = 1), you should be able to create a rule that looks for the desired text in the message header.
>>
>> Note that adding this registry value may have other performance and data storage implications.
>>