Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

At first I thought this could be an isolated problem, but several email from different sources are presenting the same problem. Whenever the email contains an (AFAIK malformed) youtube thumbnail URI, outlook 2010 (14.0.6112.5000 x64) hangs with this dialog on the foreground

The offending source code is

<img alt=3D"" border=3D"0" src=3D"//img.youtube.com/vi/7H_Xe2=5Ub0k/hqdefault.jpg" style=3D"display: block; border: 0;" width=3D"200">

Interestingly enough, this image displays fine when viewed via webmail (google apps).

  1. Shouldn't out look treat this link just like any other broken link and not hang ?
  2. Why does the URI work on webmail but not for outlook?
  3. Any suggestions on a temporary workaround?

Thanks

share|improve this question
update: problem comes and goes. it hasn't happened in months now. – Gaia Oct 23 '12 at 12:04

2 Answers

According to http://social.technet.microsoft.com/Forums/en-NZ/outlook/thread/008aa82d-f186-494f-b4af-12828be1750e, the fix is to switch to Outlook 2013.

share|improve this answer
Amazingly enough, that is the answer (which is actually NOT a answer, but what else can we do? M$ never ceases to amaze me...) – Gaia Oct 23 '12 at 12:03
up vote 0 down vote accepted

This is a bug in Outlook (prior to and including 2010), as documented here. When an image points to a non-existing network share (instead of a web server), Outlook’s “Internet picture blocking” functionality doesn’t kick in and Outlook still tries to retrieve the content in a foreground thread, which causes it to stall for about 1 minute.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.