I
IanC
Hi,
I've added code to check for "attachment" "enclosure" etc in emails on
Application_ItemSend. The problem is that when replying, often the
original message text gets a disclaimer added that includes these
words, so I get a invalid warning that I have "attachment" in my text
and no such attachment.
There is an option to not spell check original message text - which
implies you can split Item.body text into original and new text.
So how to do this - are there any Item.Body properties or any other
way to restrict something like an InStr test to just the new text?
I've added code to check for "attachment" "enclosure" etc in emails on
Application_ItemSend. The problem is that when replying, often the
original message text gets a disclaimer added that includes these
words, so I get a invalid warning that I have "attachment" in my text
and no such attachment.
There is an option to not spell check original message text - which
implies you can split Item.body text into original and new text.
So how to do this - are there any Item.Body properties or any other
way to restrict something like an InStr test to just the new text?