Category Archive: Kyle Huang

Lead Developer, Aspose Guangzhou Team

Aspose.Network Setup Package Update

Dear Customers, We have just updated the setup package for Aspose.Network. A new quick start tutorial explorer is added into this setup package, which contains more than 20 code samples (both C# and VB)and relative notes. It could be good … Continue reading

Posted in Kyle Huang | Leave a comment

Aspose.AdHoc 1.5.2.0 Released

Dear Customers,       We’ve released Aspose.AdHoc 1.5.2.0 hotfix.       In this hotfix, the ParseSQLStatement, ParseSelectStatement, ParseWhereStatement and ParseOrderByStatement functions are able to parse statements that contains keywords in lowercase now.       Thanks

Posted in Kyle Huang | Leave a comment

Aspose.Network 2.4.5.0 Released

Dear Customers, We’ve released Aspose.Network 2.4.5.0 hotfix. In this hotfix, Fix a bug in BeginDownload function of the FtpClient class, which may lead to close the local stream before download completed Add a new property namely RemoteTagetPath in TransferBroken EventArgs … Continue reading

Posted in Kyle Huang | Leave a comment

Aspose.Network 2.4.4.0 Released

Dear Customers, We’ve released Aspose.Network 2.4.4.0. What’s new features in this version: Supports Imap v4 protocols, a new Aspose.Network.Imap namespace is exposed.    [C#]    ImapClient client = new ImapClient(“127.0.0.1″, “user”, “password”);   client.Connect(true);      Console.WriteLine(“Selecting folder ‘{0}’…”, “inbox”);   //select the inbox mail folder   client.SelectFolder(ImapFolderInfo.Inbox);      ImapFolderInfo folder = client.CurrentFolder; … Continue reading

Posted in Kyle Huang | Leave a comment

Aspose.AdHoc 1.5.1.0 released!

Dear Customers,    We’ve released Aspose.AdHoc 1.5.1.0.    What’s new in this release : New property “AutoDistinct” was introduced, by setting it to true, the query result will be distinct automatically and the “FilterCount” in the second page will be the distinct … Continue reading

Posted in Kyle Huang | Leave a comment

IMap feature is coming up in Aspose.Network

Dear customers, Aspose.Network will support IMap features soon!

Posted in Kyle Huang | Leave a comment

Aspose.Network 2.4.1.0 Released

Dear Customers, We’ve released Aspose.Network 2.4.1.0. Fixed some bugs in iCalendar features Thanks.

Posted in Kyle Huang | Leave a comment

Aspose.Network setup package updated

Dear Customers, We’ve updated Aspose.Network setup package. Available here: http://www.aspose.com/Downloads/Aspose.Network/2.4.0.0/Default.aspx Thanks.

Posted in Kyle Huang | Leave a comment

Aspose.Network 2.4.0.0 Released

Dear Customers, We’ve released Aspose.Network 2.4.0.0. New features in this version: Support iCalendar features in Mail component, which will enable developer send the meetings or schedules in the email.           A new class named CalendarMessageBuilder (Aspose.Network.Mail.CalendarMessageBuilder) is exposed, for creating the iCalendar … Continue reading

Posted in Kyle Huang | Leave a comment

Aspose.Network 2.3.4.0 Released

Dear Customer, We’ve released Aspose.Network 2.3.4.0. Exposed XMailer Property for MailMessage Class. Some other code change for DNS components for performance concerns Thanks very much.

Posted in Kyle Huang | 3 Comments