Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Preview EML files
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  18 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Zdravko  
View profile   Translate to Translated (View Original)
 More options 1 Nov, 12:31
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Sun, 1 Nov 2009 13:31:11 +0100
Local: Sun 1 Nov 2009 12:31
Subject: Preview EML files
Hi all
does somebody know how to preview EML files in Webbrowser control
(Shell.Explorer.2) ?

Thank you
Zdravko


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 2 Nov, 00:23
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Sun, 1 Nov 2009 19:23:15 -0500
Local: Mon 2 Nov 2009 00:23
Subject: Re: Preview EML files

Windows version?  IE version?  Is Windows LIVE Mail installed?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rob^_^  
View profile   Translate to Translated (View Original)
 More options 2 Nov, 06:03
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "rob^_^" <iecustomi...@hotmail.com>
Date: Mon, 2 Nov 2009 17:03:38 +1100
Local: Mon 2 Nov 2009 06:03
Subject: Re: Preview EML files
Hi Zd,

Inject the file contents within <pre> tags.

Regards.

"Zdravko" <user.clar...@gmail.com> wrote in message

news:OFSku8uWKHA.1792@TK2MSFTNGP04.phx.gbl...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 2 Nov, 08:46
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Mon, 2 Nov 2009 09:46:07 +0100
Local: Mon 2 Nov 2009 08:46
Subject: Re: Preview EML files
Hi
I am looking for general option, for XP and above, from IE 6 and above, with
and without Windows LIVE.
I will preview saved message inside my app.
Have EML files, and will preview those files in webbrowser control (or any
other which can display it).
 I can rename it to MHT, it works fine, but
sometime encoding is not right (it can be different encoding for each EML).

Thank you

"PA Bear [MS MVP]" <PABear...@gmail.com> wrote in message
news:OBBU9K1WKHA.3428@TK2MSFTNGP06.phx.gbl...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 2 Nov, 23:39
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Mon, 2 Nov 2009 18:39:31 -0500
Local: Mon 2 Nov 2009 23:39
Subject: Re: Preview EML files

EML files should open in Outlook Express, not IE or a browser.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 3 Nov, 09:50
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Tue, 3 Nov 2009 10:50:22 +0100
Local: Tues 3 Nov 2009 09:50
Subject: Re: Preview EML files
Hi
is there other option?
I mean, I need to see email body inside my app.

Zdravko


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rob^_^  
View profile   Translate to Translated (View Original)
 More options 3 Nov, 11:00
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "rob^_^" <iecustomi...@hotmail.com>
Date: Tue, 3 Nov 2009 22:00:30 +1100
Local: Tues 3 Nov 2009 11:00
Subject: Re: Preview EML files
Hi Zd,

There is the outlook listview control to view your outlook folders and
launch the outlook.

Inject this js snippet into a web page hosted in your WebBrowser control

document.write('<OBJECT style=\"left:200px\"
classid=\"CLSID:0006F063-0000-0000-C000-000000000046\" id=\"ViewCtlFolder\"
codebase=\"http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver..."
tabIndex=\"1\" VIEWASTEXT>');
document.write('<param name=\"Namespace\" value=\"MAPI\">');
document.write('<param name=\"Folder\" value=\"Inbox\">');
document.write('<param name=\"Restriction\" value=\"\">');
document.write('<param name=\"DeferUpdate\" value=\"0\">');
document.write('</OBJECT>');

or you can host the control in a Windows Form. Use CreateObject.

For further tips see the .eml file extension handler entries in your
registry.

If you are writing your own POP server, then that is a different bag of
fish.

Regards.

"Zdravko" <user.clar...@gmail.com> wrote in message

news:uWH4HsGXKHA.4704@TK2MSFTNGP02.phx.gbl...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 3 Nov, 18:18
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Tue, 3 Nov 2009 13:18:16 -0500
Local: Tues 3 Nov 2009 18:18
Subject: Re: Preview EML files
EML files are associated with Outlook Express, Windows Mail, and Windows
Live Mail, not Outlook (whose messages are MSG format).


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 3 Nov, 19:22
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Tue, 3 Nov 2009 20:22:33 +0100
Local: Tues 3 Nov 2009 19:22
Subject: Re: Preview EML files

Hi
many thanks for you mail.

I am using Outlook ViewCtl for messages display (on left side of my app).
Then (on Selection event) I am saving message to disc.
In that moment I run code which displays saved message in Webbrowser control
(on right or bottom side of my app).
Now, you tell me that I put this code into Webbrowser control.
At first moment, I think that that code will display Inbox Folder?
I will try that but I hope that you understand that I need message
(HTMLBody) of EML?

Zdravko

"rob^_^" <iecustomi...@hotmail.com> wrote in message

news:utSDeTHXKHA.4148@TK2MSFTNGP04.phx.gbl...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 3 Nov, 21:26
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Tue, 3 Nov 2009 22:26:59 +0100
Local: Tues 3 Nov 2009 21:26
Subject: Re: Preview EML files
Hi
Ok, but I am using Redemption (http://www.dimastr.com/redemption/) to save
Outlook message
to MHT, or EML or HTML ... and to avoid security message.

MHT works OK, but it also includes message header's which I do not need
(From: To: Subject ...)
HTML works OK on Outlook 2007 because it saves images to separate
folder(Outlook 2003 do not do that)
EML is just what I need - without header, but with embeded images, BUT ...
it will not handle encoding on proper way, like MHT do.
Now, I need to find a way that message preview goes fast (if I go to remove
header or go to inject some code in each
message, it slow's down preview)

Zdravko


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 4 Nov, 01:31
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Tue, 3 Nov 2009 20:31:44 -0500
Local: Wed 4 Nov 2009 01:31
Subject: Re: Preview EML files

Repeat after me:

1. An EML file is *not* an Outlook message and will not open in Outlook.

2. An EML file *is* an Outlook /Express/ (or Windows Mail or Windows Live
Mail) message and will open in any of those applications.

3. An Outlook message has an MSG extension.

4. Outlook and Outlook Express are /not/ the same application.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 4 Nov, 09:18
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Wed, 4 Nov 2009 10:18:38 +0100
Local: Wed 4 Nov 2009 09:18
Subject: Re: Preview EML files
Hi
looks you are working in Microsoft?

> Repeat after me:

> 1. An EML file is *not* an Outlook message and will not open in Outlook.

I will not open EML file in Outlook. I have that file saved on my HD, and
wil preview that message.

> 2. An EML file *is* an Outlook /Express/ (or Windows Mail or Windows Live
> Mail) message and will open in any of those applications.

I will not open EML file in Outlook. I have that file saved on my HD, and
wil preview that message.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 00:04
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Wed, 4 Nov 2009 19:04:02 -0500
Local: Thurs 5 Nov 2009 00:04
Subject: Re: Preview EML files
MS MVPs neither work for nor represent Microsoft.

No one from Microsoft monitors this newsgroup: We're all voluteers.

An EML file will not and cannot open in OL or, I suspect, any application
other than OE, WinMail, or WLMail (at least not in a usable format).
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002
www.banthecheck.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 07:39
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Thu, 5 Nov 2009 08:39:34 +0100
Local: Thurs 5 Nov 2009 07:39
Subject: Re: Preview EML files
Ok
as you allready understand, I do not need to open EML in Outlook or Outlook
express.
I just need to preview EML message in Webbrowser or some other control -
not in Outlook, not in Outlook Express.
I will preview it inside my app.

Everything works fine if I rename EML to MHT and preview it in Webbrowser,
with:
WebbrowserCtrl.Navigate2("MyMhtFile.mht","")
You can try yourself (rename EML to MHT and open it in Internet Explorer),
or
in Internet Explorer ActiveX control - Shell.Explorer.2

BUT
encoding is not properly displayed if EML contain only text.

Zdravko


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PA Bear [MS MVP]  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 21:49
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "PA Bear [MS MVP]" <PABear...@gmail.com>
Date: Thu, 5 Nov 2009 16:49:05 -0500
Local: Thurs 5 Nov 2009 21:49
Subject: Re: Preview EML files
WYSIWYG


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 6 Nov, 11:09
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Fri, 6 Nov 2009 12:09:29 +0100
Local: Fri 6 Nov 2009 11:09
Subject: Re: Preview EML files

> WYSIWYG

Hi
not sure what do you mean?

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincenzo Di Russo [MVP]  
View profile   Translate to Translated (View Original)
 More options 6 Nov, 12:28
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Vincenzo Di Russo [MVP]" <enzodiru...@xoom.it>
Date: Fri, 6 Nov 2009 13:28:19 +0100
Local: Fri 6 Nov 2009 12:28
Subject: Re: Preview EML files

Zdravko wrote:
>> WYSIWYG

> Hi
> not sure what do you mean?

http://en.wikipedia.org/wiki/WYSIWYG

--
Vincenzo Di Russo
MicrosoftR MVP - Most Valuable Professional since 2003
Windows Internet Explorer, Windows Desktop Experience & Security
My MVP Profile: https://mvp.support.microsoft.com/profile/Vincenzo
My Blog:  http://blogs.dotnethell.it/vincent/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zdravko  
View profile   Translate to Translated (View Original)
 More options 6 Nov, 21:50
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
From: "Zdravko" <user.clar...@gmail.com>
Date: Fri, 6 Nov 2009 22:50:45 +0100
Local: Fri 6 Nov 2009 21:50
Subject: Re: Preview EML files
Ok, but what have WYSIWYG with EML preview?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google