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 for new users to quickly start their network programming task.

Available Here:

http://www.aspose.com/Downloads/Aspose.Network/2.4.5.0/Default.aspx

Thanks.… Continue Reading

Posted in Kyle Huang |

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.

 

    ThanksContinue Reading

Posted in Kyle Huang |

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 and TranferCompleted EventArgs. Therefore, we can use this property to determines which remote file is the uploading or downloading.

Thanks… Continue Reading

Posted in Kyle Huang |

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;

   // Show number of messages in the folder
   Console.WriteLine(“{0} messages found.”, folder.TotalMessageCount);
   
   MessageInfoCollection list = client.GetMessageInfoList();

   // Download each message
   for (int i = 0; i < list.Count; i++)
   {
    ImapMessageInfo message

Continue Reading
Posted in Kyle Huang |

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 count also. Refer to: http://www.aspose.com/Community/forums/thread/47370.aspx
  • Fixed the bug in between function of Dutch version.
  • Fixed the bug in ParseSQL function.

   Thanks very much!
Continue Reading

Posted in Kyle Huang |

IMap feature is coming up in Aspose.Network

Dear customers,

Aspose.Network will support IMap features soon!Continue Reading

Posted in Kyle Huang |

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.… Continue Reading

Posted in Kyle Huang |

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.… Continue Reading

Posted in Kyle Huang |

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 standard compliant email messages. It is the major entry to use the iCalendar features.

         [C#]

         MailMessage msg = new MailMessage(“guangzhou@aspose.com“, “kyle.huang@aspose.com“);

         msg.Subject = “Release Meeting”;

         CalendarMessageBuilder cmb = msg.GetCalendarBuilder();//Get the CalendarMessageBuilder

         cmb.BuildCalendarMessage(“Building A Room 504”, “Release … Continue Reading

Posted in Kyle Huang |

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.

  • Continue Reading
    Posted in Kyle Huang |