Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2007
How to access Mapi propertes in a Microsoft Outlook Message files
In this article, we will demonstrate how to access mapi propertes in a Microsoft outlook message files (*.msg files), using Aspose.Network.
[VB]
Dim message As MapiMessage
‘load and parse the Microsoft Outlook Message files
Imports (MapiMessageReader mr = New MapiMessageReader(“c:\sample.msg”))
{
message = mr.ReadMessage()
}
‘read subject property. Or you can use MapiMessage.Subject too.
Dim subject As String = message.GetPropertyString(MapiPropertyTag.PR_SUBJECT)
‘read body property. Or you can use MapiMessage.Body too.… Continue Reading
Posted in Aspose.Email Product Family
Aspose.Network 3.5 beta2 supports parsing Microsoft outlook message files
Dear Customers,
We have completed the Aspose.Network 3.5 beta2 development. In this release, we provide fully supporting for parsing Microsoft Outlook Message documents (*.msg files).
By using Aspose.Network.Outlook.MapiMessage class, you can access all the information in the message files. Moreover, we also support getting the property by Mapi property tags, message body decoding, attachment saving and etc.
Please download the beta2 release, share your idea to us. We will make an official release coming weeks.
Download Link
http://www.aspose.com/Community/forums/storage/188/76302/Aspose.Network%20bet2.zip
[C#]
using Aspose.Network.Outlook;… Continue Reading
Posted in Aspose.Email Product Family
WYSIWYG Word Processing in the Browser with Aspose.Editor
Have you checked Aspose.Editor – our word processing control for Windows Forms and ASP.NET?
I’m proud to announce that the latest version of Aspose.Editor runs seamlessly in Internet Explorer so you can build ASP.NET applications that feature WYSIWIG editing of Microsoft Word documents in the browser.
Forget about using HTML editors to edit Microsoft Word documents – it ain’t gonna work. Use a specialized control that’s been designed exactly for Microsoft Word documents.
When loading the demo page it might … Continue Reading
Posted in Aspose.Words Product Family
النشرة الدورية لشهر مايو للعام 2007م
Continue Reading
Posted in Aspose Arabic Team
Aspose.Pdf.Kit for Java Release 1.8.0.0 Published!
Features added or improved:
1. Filling XFA fields in PDF templates created by Adobe 7 and 8 is fully supported without losing any action or script information.
1) User can fill XFA fields in PDF templates by Adobe 7 and 8 without losing any action or scripts.
2) Form.allFlatten() and Form.partialFlatten() are both enabled for XFA forms.
3) Form.FillImageField() can be applied to Image Field to support image pasting in both Adobe 7 and 8.
4) … Continue Reading
Posted in Aspose.PDF Product Family
Microsoft Released .NET Framework 3.5 Beta 1
Frankly, I didn’t manage to duly investigate 3.0 so far. Yeah those guys are productive indeed.
What’s new:
- Deep integration of Language Integrated Query (LINQ) and data awareness
- ASP.NET AJAX for quickly creating more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers
- New web protocol support for building WCF services including AJAX, JSON, REST, POX, RSS, ATOM and several new WS-* standards
- Full tooling support for WF, WCF and WPF including the new workflow-enabled
Posted in Dmitry Vorobyev
Running Aspose.Pdf and Aspose.Pdf.Kit under Windows Vista
We tested Aspose.Pdf and Aspose.Pdf.Kit under Windows Vista and currently we have not find any problem. We used Visual Studio 2005 with SP1 and SP1 Update for Windows Vista Beta.… Continue Reading
Posted in Aspose.PDF Product Family