Open Outlook veiwer in my application

  • Thread starter Thread starter Mallikarjun
  • Start date Start date
M

Mallikarjun

Hi,
I want to open MicroSoft Outlook Veiwer in my application(using visual
studio.net).
How can i do this?
 
Please define Microsoft Outlook Viewer?

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, Mallikarjun asked:

| Hi,
| I want to open MicroSoft Outlook Veiwer in my application(using visual
| studio.net).
| How can i do this?
 
Sorry for not making it clear.

Here is what I want.

I am writing an application which handles email. Clients may or may
not have MS outlook installed.

If clients installed outlook, they cannot also get mails into outlook
directly - since they need to prepcocessed and post processed.

I want to use the capablity of outlook to 'view' any kind of email
message (HTML, text). (note that its not folder viewer)

I have message with me and I can supply in the format outook needs.

I want view my email message useing the message viewer thats used in
Outlok.

I am successfully able to start newMessage editor by programming with
MSWORD interop.


Any help is appreciated.
 
There is no independent message viewer that your program can call. Outlook
can only display the mail in Outlook folders. If the user doesn't have
Outlook installed and your application doesn't put mail into Outlook, you
can't display that mail with Outlook.
 
Back
Top