Wierd!! Why do html e-mails with smarttags in them cause Outlook 2003 to crash?

S

Sanjay Singh

I have developed an addin for Outlook that seems to work well for Outlook
2000-2003. However I find that Outlook 2003 crashes if I try and use the
addin after displaying certain HTML e-mails.

I had a look at the source of the e-mails and I think it is because these
e-mails have certain HTML tags in them. They all seem to refer to smarttags
similar to the following:

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice"
xmlns:w="urn:schemas-microsoft-com:eek:ffice:word"
xmlns:st1="urn:schemas-microsoft-com:eek:ffice:smarttags"
xmlns="http://www.w3.org/TR/REC-html40">

Is this a known issue. Any VBA activity after opening these e-mails makes
Outlook unstable. Outlook doesn't actually crash with an error message - it
just closes down. Even if I disable my addins and then try and write some
VBA code after displaying these e-mails, Outlook becomes flakey

This error appears on Outlook 2003 on my computer.
Is this a known issue to do with Outlook 2003 or maybe Internet Explorer.

I am stumped. Any help will be great.

Thanks
Sanjay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top