Author Archives: Iret

Aspose.BarCode for JasperReports 1.0.0 Just Released

Aspose.BarCode for JasperReports 1.0.0 Released!

 

We are happy to announce our brand new product, Aspose.BarCode for JasperReports. It’s a new addition to the Aspose.BarCode family, which contains Aspose.BarCode for .NET and Java and Aspose.BarCode for Reporting Services.

 

Aspose.BarCode for JasperReports is built on top of Aspose.BarCode for Java, which is a renowned product for server side barcode generation on Java platform. JasperReports is an open source product for report generation. Aspose.BarCode for JasperReports is among one of Continue Reading

Posted in Aspose.BarCode Product Family |

Aspose.Network for .NET v4.7.0.0

We have just released Aspose.Network for .NET v 4.7.

Aspose.Network now have improved support for connectivity and managing emails on Microsoft Exchange Server. ImapClient and Pop3Client class’ compliance has also been improved on the Exchange Server. This release also contains optimized dlls for x64 platform and some bug fixes.

Download Link: http://www.aspose.com/community/files/51/file-format-components/aspose.network-for-.net/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network v4.5.0.0 Released

Aspose.Network v4.5.0.0 has been released.

In this release, we improved the performance for iCal file parsing /writing. Many bug fixes were also included.

Please check the download page for the details:

http://www.aspose.com/community/files/51/file-format-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.4.0.0 Released

We just released Aspose.Network for .NET v4.4.0.0.

Many new features and enhancements are included in this new version, like sending appointments in email messages. Now you can send an appointment request in email, update the appointment or cancel the appointment. Here is the sample code:

Request Apoinment

           MailMessage msg = new MailMessage();
            msg.From = “organizer@aspose.com“;
           
            //attendees for the event
            MailAddressCollection attendees = new MailAddressCollection();
            attendees.Add(new MailAddress(“attendee1@aspose.com“));
            attendees.Add(new MailAddress(“attendee2@aspose.com“));… Continue Reading

Posted in Aspose.Email Product Family |

Aspose.BarCode for .NET v3.0.0.0 Released

The new version Aspose.BarCode for .NET has been released. Many enhancements were made into this release, including improvements for x64 platform.

 

We also supported International Standard of Application Identifiers (AI) for EAN128 barcode generation, a new enum names EAN128EncodeMode was introduced to set the AI mode, and it will allow you working with the AI,FNC1,brackets for EAN128 more flexible while generating barcodes.

 

Please check out th latest release here:

 

http://www.aspose.com/community/files/53/visual-components/aspose.barcode/default.aspxContinue Reading
Posted in Aspose.BarCode Product Family |

Aspose.Network for .NET v4.3.0.0 Released

We have just released Aspose.Network for .NET v4.3.0.0.

Outlook Message Files (*.msg) reading and writing features has been improved by introducing more new fuctions, like SetMessageFlags and SetStringPropertyValue.

As long as Outlook featuers, Aspose.iCalendar is also integrated into Aspose.Network.

Please check the release note and download the latest bits here:

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network v4.2.0.0 Supports Outlook Message Files Reading/Writing

We are proud to announce the new release of Aspose.Network v4.2.0.0. The long-awaited features for Outlook Message Files (*.msg) Writing have been completed and included in this release. Microsoft Outlook 2003, 2007, and 2008 are supported well.

Another exciting feature in this release is that the Email Message Files (*.eml) is able to convert to Outlook Message Files (*.msg).

You can now easily do the file format conversion in 1 line of code:

MapiMessage.FromMailMessage(“sample.eml”).Save(“sample.msg”);

For detail documentation of writing outlook message (msg) files, … Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.1.0.0 Released

Aspose.Network for .NET v4.1.0.0 has been released. We provided more iCalendar feature in this release.

Please check out the downlaod link:

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.0.0 Released

Aspose.Network for .NET v4.0.0.0 comes with .NET framework 3.5 supports.

Moreover, we also improved the Tnef attachment files decoding in this release. You don’t need to care about the Tnef attachments (winmail.dat) in the eml files now. Just use MailMessage to load the file, we will decode the tnef file for you in the background.

Check it out

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v3.9.0.0 Released

Aspose.Network for .NET v3.9.0.0 has released.

In this major release, we supported S/MIME protocol features. Now you can add a digital signature to your email message.

Here is the sample code:

       // load the certificate and associated private key from a file 
       X509Certificate2 certificate = X509Certificate2.LoadPfx(“mycer.pfx”, “password”);

       // create an instance of MailMessage 
       MailMessage message = new MailMessage();

        // set its properties to desired values 
        message.From = “sender@domain.com“;
        message.To = recipientContinue Reading

Posted in Aspose.Email Product Family |