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 |

Aspose.Flash for .NET 1.5.1.0 released!

Hot fix contains:
  • New: Optimized flash script compiler.
  • Fixed: SVG import.
Continue Reading
Posted in Aspose.Total 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م

            • مرحباً!
            •
منتج تحت الضوء – Aspose.Words for Reporting Services
            • Aspose.Editor  يعمل الان علىWeb Form أيضاً 
            •  صدور Aspose.Pdf for .NET 3.4.0.0!
            • دعم لترميزات باركود جديدة تم إضافتها الى Aspose.BarCode
            • لمحة تقنية – تحويل ملف XLS (محتوي صور ورسوم توضيحية)

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 |

Aspose.Slides for Java 1.7.0.0 released!

Dear Customers,

We have released Aspose.Slides for Java 1.7.0.0.
This release includes changes made in 1.6.* hot fixes and new features:
  • New: Read/write access to HeaderFooter properties.
  • New: Reading non-msoffice OLE objects. For example reading embedded PDF documents.
  • New: Reading PDF (and other non-MS) OLE objects.
  • Fixed: Correct recognizing embedded Controls as OleObjectFrame.
  • Fixed: Deleting rows and columns which contain merged cells.
  • Changed: Tables and images optimized by speed and memory.
Continue Reading
Posted in Aspose.Slides Product Family |

Aspose.Slides for Java 1.6.17.0 released!

Hot fix contains:
  • Fixed: Reading presentations with shape coordinates saved in “non standard” way.
  • Fixed: Reading formatted text. In last few hot fixes some portions of formatted text were not readable.
Continue Reading
Posted in Aspose.Slides 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
Continue Reading
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 |