How to collapse email content into a button within an email?

M

Moose Blue

I have an email that contains several tables and news articles, etc. I wanted
to collapse the sections into various buttons (or headline labels) so that
users can see the topics first and have the option to click open the button
to expand each section. Does Outlook allow such function and if yes, how to
construct it?
 
M

Milly Staples [MVP - Outlook]

Outlook has no such feature, however, you can construct a Word document that could do most of what you want. You could then send the Word document as an attachment to the email.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact.
How to ask a question: http://support.microsoft.com/KB/555375


After furious head scratching, Moose Blue asked:

| I have an email that contains several tables and news articles, etc.
| I wanted to collapse the sections into various buttons (or headline
| labels) so that users can see the topics first and have the option to
| click open the button to expand each section. Does Outlook allow such
| function and if yes, how to construct it?
 
V

VanguardLH

Moose said:
I have an email that contains several tables and news articles, etc. I wanted
to collapse the sections into various buttons (or headline labels) so that
users can see the topics first and have the option to click open the button
to expand each section. Does Outlook allow such function and if yes, how to
construct it?

I believe that would require the execution of scripts, like using an
on-click event to unroll hidden text. Most e-mail clients are
configured by default to block any scripts from executing in a received
e-mail for obvious security reasons. For Outlook, the default
Restricted Sites security zone that it uses to render HTML-formatted
e-mails will block the execution of scripts.

Create a web page with your scripts. Then send it as an attachment.
The recipient can view it in their web browser (after saving your
attachment and opening the saved .html file in their web browser).
 
Top