Focal Point
[SOLVED] Display Outlook Email Messages From a Maintain Program

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1777003136

June 06, 2013, 08:32 AM
KentO
[SOLVED] Display Outlook Email Messages From a Maintain Program
We need our Maintain program to display project information and the saved Email messages that relate to the project. I can do this by saving the Emails as .txt files, but it doesn't work to save them as .msg files. Is it possable for Maintain to display .msg files in the same manner as it uses Adobe to display .pdf files.

Thanks, Kent

This message has been edited. Last edited by: <Kathryn Henning>,


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
June 12, 2013, 11:42 AM
Maintain Wizard
Kent
Maintain should use whatever you have assigned to open the file. The PDF file opens in Adobe because it is assigned to do so.

Do you want to display a list of msg files and have the user select? Please explain what you want to happen.

Thank you
Mark
June 12, 2013, 02:34 PM
KentO
I want to save all the .msg files for a project in a file by Project_Code/Date/Time. Then our user can click on the one they want to see. I have it working by saving the Emails as .txt but it would be a big benefit to save them as .msg files so that we can use Outlook to directly Reply or Forward the Email.

Thanks, Kent


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
June 12, 2013, 02:45 PM
J
If you change a .txt file on your computer to .msg and try to open it, you will get an error. If you save it as .eml it will open in your default mail client (which can be set to outlook per user).

.eml might be even better than .msg because of this.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 14, 2013, 01:36 PM
KentO
[Closed]
The solution the Wizard come up with is this:
Hi Kent.
Please open the web.xml file in the c:\ibi\tomcat\conf directory and add:
         <!-- outlook -->
    <mime-mapping>
        <extension>msg</extension>
        <mime-type>application/vsd.ms-outlook</mime-type>
    </mime-mapping>
 



Then please recycle tomcat. Now you can launch outlook by clicking on the msg file.

Mark

This message has been edited. Last edited by: KentO,


Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE