Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: August 2010
FLV to SWF Conversion is Improved in Aspose.Flash for .NET
We have published Aspose.Flash for .NET 3.1.0. In this latest version, we have improved FLV to SWF conversion; the process of converting sound from the FLV file to an SWF file is enhanced . You can see the changes and download the latest version from the Aspose.Flash for .NET download section.
… Continue Reading
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Words for .NET 9.3 delivers a bunch of long awaited fixes and improvements
It has been just under a month since we released 9.2. Our release cycle has recently been close to two months and we did not plan to release next version so soon. But we have been very productive this month and managed to close 82 issues, most of them had customers waiting for significant time. We decided no need to force so many customers to wait for another month just to repeat our regular two months release pattern.
I will … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Network for .NET supports accessing Outlook Contacts Information from PST file
We have recently released a new version of Aspose.Network for .NET v5.5. It now supports accessing Contacts information from PST files and saving a contact to disk in MSG format.
… Continue Reading
Sample code:
// load the Outlook PST file
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
// Get the contact information
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
// Get the contact information
Posted in Aspose.Email Product Family
Aspose Customer Newsletter, August 2010
Posted in Customer Newsletters Tagged migration tip, technical article, video tutorial
Aspose 2010年08月お客様へのメールマガジン
#newsletter-body font {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.6em;
background-color:#FFFFFF;
color: #646464;
} #newsletter-body font strong {
font-family: Arial, Helvetica, sans-serif;
color: #646464;
} #newsletter-body h4 {
font-family: Helvetica, Arial, sans-serif;
color: #0066cc;
font-size: 24px;
font-style: normal;
font-weight: 100;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
margin-bottom: 12px;
margin-top: 28px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus {
text-decoration:none;
color: #009fcd;
} #newsletter-body a:hover {
text-decoration:underline;
} #newsletter-body ol li{
font-family: Arial, Helvetica, sans-serif;
line-height:… Continue Reading
Posted in Aspose Japan