PC Review


Reply
Thread Tools Rate Thread

Differences with Outlook2007 email reader

 
 
=?Utf-8?B?R3JhaGFtIFJvYmluc29u?=
Guest
Posts: n/a
 
      27th Jun 2007
I have noticed a few differences with the Outlook2007 email reader with HTML
messages.

Firstly I have some emails that contain HTML content with client side
scripting. The specific example I know has hidden areas that appear when a
mouse rollover event happens. This all worked fine in earlier version but now
the hidden areas are always displayed in the Outlook2007 reader. Does anyone
know if there is a configuration setting to make this work as before?

Also on earlier readers in HTML emails you could righ-click on images and
you would get the context menu of your browser so you could do a "Save to."
and save the image. The context menu is now completely different. Does anyone
know how to return to the standard browser context menu?

Thanks,
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      27th Jun 2007
1) Earlier versions of Outlook discouraged HTML scripting but users could see it if they used the View in Internet Zone command. Outlook 2007 does not support HTML scripting at all. Users will need to use the View in Browser command.

2) That's not possible. Outlook 2007 doesn't use the IE browser at all.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Graham Robinson" <(E-Mail Removed)> wrote in message news:70C2FB3B-A23A-4586-82D6-(E-Mail Removed)...
>I have noticed a few differences with the Outlook2007 email reader with HTML
> messages.
>
> Firstly I have some emails that contain HTML content with client side
> scripting. The specific example I know has hidden areas that appear when a
> mouse rollover event happens. This all worked fine in earlier version but now
> the hidden areas are always displayed in the Outlook2007 reader. Does anyone
> know if there is a configuration setting to make this work as before?
>
> Also on earlier readers in HTML emails you could righ-click on images and
> you would get the context menu of your browser so you could do a "Save to."
> and save the image. The context menu is now completely different. Does anyone
> know how to return to the standard browser context menu?
>
> Thanks,

 
Reply With Quote
 
=?Utf-8?B?R3JhaGFtIFJvYmluc29u?=
Guest
Posts: n/a
 
      28th Jun 2007
Thanks for your reply Sue. Can I ask what do you suggect as the best way to
deliver some sort of active/interactive email content to Outlook 2007?

Cheers
Graham


"Sue Mosher [MVP-Outlook]" wrote:

> 1) Earlier versions of Outlook discouraged HTML scripting but users could see it if they used the View in Internet Zone command. Outlook 2007 does not support HTML scripting at all. Users will need to use the View in Browser command.
>
> 2) That's not possible. Outlook 2007 doesn't use the IE browser at all.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
>
> "Graham Robinson" <(E-Mail Removed)> wrote in message news:70C2FB3B-A23A-4586-82D6-(E-Mail Removed)...
> >I have noticed a few differences with the Outlook2007 email reader with HTML
> > messages.
> >
> > Firstly I have some emails that contain HTML content with client side
> > scripting. The specific example I know has hidden areas that appear when a
> > mouse rollover event happens. This all worked fine in earlier version but now
> > the hidden areas are always displayed in the Outlook2007 reader. Does anyone
> > know if there is a configuration setting to make this work as before?
> >
> > Also on earlier readers in HTML emails you could righ-click on images and
> > you would get the context menu of your browser so you could do a "Save to."
> > and save the image. The context menu is now completely different. Does anyone
> > know how to return to the standard browser context menu?
> >
> > Thanks,

>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      28th Jun 2007
Outlook 2007 does not support any kind of interactive content, for security reasons. You can, however, suggest that the recipient open the message in the browser. To direct the recipient of a message to use the View in Browser command to see the message content that Outlook 2007 blocks, you can include a special element in your HTML code. To display directions to Outlook 2007 users at the top of the message, put code like this just after the <body> tag:

<!--[if gte mso 12]><BR>To see the interactive content of this message using Outlook 2007, click the <STRONG>Other Actions</STRONG> button, then <STRONG>View in Browser</STRONG>.<BR><![endif]-->

The <!--[if gte mso 12]> tag in effect says: show this tag’s content only if the rendering engine is greater than or equal to Office “12,” that is, only if it is Office 2007 or later. Of course, a security-conscious user would ignore the suggestion.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Graham Robinson" <(E-Mail Removed)> wrote in message news:827B97D1-332D-43CD-AC47-(E-Mail Removed)...
> Thanks for your reply Sue. Can I ask what do you suggect as the best way to
> deliver some sort of active/interactive email content to Outlook 2007?
>
> Cheers
> Graham
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> 1) Earlier versions of Outlook discouraged HTML scripting but users could see it if they used the View in Internet Zone command. Outlook 2007 does not support HTML scripting at all. Users will need to use the View in Browser command.
>>
>> 2) That's not possible. Outlook 2007 doesn't use the IE browser at all.


>>
>> "Graham Robinson" <(E-Mail Removed)> wrote in message news:70C2FB3B-A23A-4586-82D6-(E-Mail Removed)...
>> >I have noticed a few differences with the Outlook2007 email reader with HTML
>> > messages.
>> >
>> > Firstly I have some emails that contain HTML content with client side
>> > scripting. The specific example I know has hidden areas that appear when a
>> > mouse rollover event happens. This all worked fine in earlier version but now
>> > the hidden areas are always displayed in the Outlook2007 reader. Does anyone
>> > know if there is a configuration setting to make this work as before?
>> >
>> > Also on earlier readers in HTML emails you could righ-click on images and
>> > you would get the context menu of your browser so you could do a "Save to."
>> > and save the image. The context menu is now completely different. Does anyone
>> > know how to return to the standard browser context menu?
>> >
>> > Thanks,

>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook2007 email format candjh Microsoft Outlook Discussion 0 1st Mar 2010 04:22 AM
AccessXP email thru Outlook2007 bobh Microsoft Outlook 0 15th Jan 2010 04:27 PM
TO and CC email addresses hidden when forwarding an email [Outlook2007] Chris Wood Microsoft Outlook 3 6th Jan 2009 06:56 PM
outlook2007 email accounts garry Microsoft Outlook Discussion 2 1st Jul 2008 09:15 PM
Outlook2007 - email on server =?Utf-8?B?NENhbGxhbmFucw==?= Microsoft Outlook 3 10th Feb 2007 10:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:59 PM.