Hi, There may not be such a thing. If you are using Windows you can import Outlooks COM library to .NET and use that.
If you want to be cross platform, you most likely have to implement this. Perl has it's open source implementation that could be used: http://search.cpan.org/~mvz/Email-Outlook-Message-0.904/lib/Email/Outlook/Message.pm Note that ASPOSE has proprietary code for this if you really need existing code: http://www.aspose.com/documentation/utility-components/aspose.network-for-.net/outlook-msg-file-viewer.html Kornél Jorge Bastos wrote: > None, > > Accessing a saved .MSG message. > For outlook express .EML saved messages there's: > http://sourceforge.net/projects/hpop > > But for Office Outlook haven't found anyone (opensource/free) > > > > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:mono-list- >> [EMAIL PROTECTED] On Behalf Of Adam Tauno Williams >> Sent: quarta-feira, 23 de Julho de 2008 16:50 >> To: mono-list >> Subject: Re: [Mono-list] MSOutlook parsing >> >> >> >>> I’d like to parse a MSOutlook saved message and put the message >>> content into a textbox in a winform, how to do it if it’s possible? >> Are you referring to something saved as TNEF? Or accessing the Outlook >> PST? >> >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
