Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Problem converting MSG file to RTF

Last post 02-03-2010, 6:38 AM by aspose.notifier. 4 replies.
Sort Posts: Previous Next
  •  07-01-2009, 5:46 AM 186333

    Problem converting MSG file to RTF .NET

    Attachment: Present (inaccessible)
    Hi,

    This is a forward of the original post at http://www.aspose.com/community/forums/180386/problems-converting-msg-files-to-pdf/showthread.aspx#180386.

    I'm facing problems converting some MSG files (see attachment). I'm getting an exception of type PleaseReportException.

    The example code in order to simulate the error is the following:

    MapiMessage msg = MapiMessage.FromFile(@"Test157\email1.msg");

     

    using (FileStream rtfStream = new FileStream(@"Test157\out.rtf", FileMode.Create))

    {

        // Write RTF content to the stream

        TextWriter tw = new StreamWriter(rtfStream);

        tw.Write(msg.BodyRtf);

        tw.Flush();

    }


    I'm using Aspose.Network 4.5.0.

     
  •  07-01-2009, 3:00 PM 186475 in reply to 186333

    Re: Problem converting MSG file to RTF .NET

    Hi,

    Thanks for considering Aspose.

    The code above works fine (without exception) with the latest version 4.7, however, still there is problem in embedded images conversion from msg to rtf. Only text is currently converted. It's a known issue and we are working on it.


    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  07-02-2009, 1:47 AM 186533 in reply to 186475

    Re: Problem converting MSG file to RTF

    Hi,

    Thanks for the quick reply. Any idea when the problem with embedded images will be fixed?

     

     
  •  07-04-2009, 4:36 AM 186873 in reply to 186533

    Re: Problem converting MSG file to RTF .NET

    Hi,

    Unfortunately, it cannot be solved in a short time due to some complexities. We will post here when the bug is fixed.


    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  02-03-2010, 6:38 AM 220489 in reply to 186333

    Re: Problem converting MSG file to RTF

    The issues you have found earlier (filed as 7774) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
    (5)
     
View as RSS news feed in XML