Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2010
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
Replace Text in PDF – Set Font Color, Font Style and Font Family
The new version of Aspose.PDF for Java has been published. In Aspose.PDF for Java 3.2.0, we have improved replace text mechanism by introducing a new feature to specify font color, font size, font style and font family while replacing text. The details along with a sample can be found in the following topic: Setting Font Attributes While Replacing Text
You can also get font size of the particular text segment using this version. The further details and an example are … Continue Reading
Posted in Aspose.PDF Product Family
Capabilities of reading ACWP,TotalSlack data from MPP 2003, 2007 and 2010 files added in Aspose.Tasks
We happily announce the new release of Aspose.Tasks for .NET 3.1.0. This release enables the Aspose.Tasks for .NET users to read ACWP, TotalSlack from MPP 2003, 2007 and 2010 files. We have also improved MPP common properties reading. In addition, some reported bugs have been fixed. For detailed information and download, please visit here.
… Continue Reading
… Continue Reading
Posted in Aspose.Tasks Product Family
Customize the labels’ area of a Radar chart in your Java applications
Aspose.Report for Java 2.0.0 has been released. This release includes support for customization of the labels’ area of Radar charts. This feature enables you to customize the area of Radar chart’s labels and wrap the label text.
Plotting of curve charts has also been improved in this release and now you can see a smooth curve in your curve charts.
To view a list of new features and fixes and to download Aspose.Report for Java 2.0.0, please visit Download Page… Continue Reading
Posted in Aspose.Total Product Family
Enhancements are made for Loading and Saving Excel files in Aspose.Cells for .NET 5.1.1
We have released the Aspose.Cells for .NET v5.1.1 for the users.
In this version, we have enhanced opening and saving Excel files (internal modules), we have fixed possible issues for Workbook constructor and Workbook.Save() method.
There are some other fixes and enhancements too.
Download URL:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry250805.aspx… Continue Reading
Posted in Aspose.Cells Product Family
Eclipse, BEA Weblogic, load Images and XML contents from Memory
Aspose.Pdf for Java has become more stable and robust to be used with Eclipse IDE and also with BEA WebLogic server. Some remarkable features like loading images from Memory, loading XML contents from Memory and also the support for loading images from remote URL’s is also provided.
In order to view a complete list of new features and fixes and to download Aspose.Pdf for Java 2.7.0, please visit this link.… Continue Reading
Posted in Aspose.PDF Product Family
Control the transparency of data points through XML
Aspose.Report for .NET 2.9.0 has been released. This release supports controlling the transparency of data points through XML.
You can set UseColorAlpha property in your XML file to true to use the alpha component of the color which enables you to change the transparency of data points. This release also includes the most recent bug fixes.
To view a complete list of new features and fixes and to download the new release of Aspose.Report for .NET, please visit Download Page… Continue Reading
Posted in Aspose.Total Product Family