From: Zdravko on
Hi
is there other option?
I mean, I need to see email body inside my app.

Zdravko

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

From: rob^_^ on
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=9,0,0,3203\"
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.clarion(a)gmail.com> wrote in message
news:uWH4HsGXKHA.4704(a)TK2MSFTNGP02.phx.gbl...
> Hi
> is there other option?
> I mean, I need to see email body inside my app.
>
> Zdravko
>
>> EML files should open in Outlook Express, not IE or a browser.
>
>
From: PA Bear [MS MVP] on
EML files are associated with Outlook Express, Windows Mail, and Windows
Live Mail, not Outlook (whose messages are MSG format).


rob^_^ wrote:
> Hi Zd,
>
> There is the outlook listview control to view your outlook folders and
> launch the outlook....

From: Zdravko on
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^_^" <iecustomizer(a)hotmail.com> wrote in message
news:utSDeTHXKHA.4148(a)TK2MSFTNGP04.phx.gbl...
> 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=9,0,0,3203\"
> 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.clarion(a)gmail.com> wrote in message
> news:uWH4HsGXKHA.4704(a)TK2MSFTNGP02.phx.gbl...
>> Hi
>> is there other option?
>> I mean, I need to see email body inside my app.
>>
>> Zdravko
>>
>>> EML files should open in Outlook Express, not IE or a browser.
>>
>>

From: Zdravko on
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


> EML files are associated with Outlook Express, Windows Mail, and Windows
> Live Mail, not Outlook (whose messages are MSG format).
>
>
> rob^_^ wrote:
>> Hi Zd,
>>
>> There is the outlook listview control to view your outlook folders and
>> launch the outlook....
>

First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4
Prev: Cannot type in Search Bar
Next: Internet explorer repair