chilkatsoft.com was temporarily down on morning of 23-Jul-2012 due to maintenance.

Very sorry for the temporary disruption in service. The chilkatsoft.com site was temporarily down for some time overnight/early morning due to maintenance. The chilkatforum.com site and cknotes.com (Chilkat blog) sites both use entirely different web hosting services (webfaction and inmotion) to prevent any single outage from affecting more than one site. If the chilkatsoft.com site ever down (which is very […]

LastErrorText

The first step in debugging a Chilkat method that returns a failed status is to examine the contents of the LastErrorText property. The LastErrorText property will contain information about the last method call on the object. For example: success = mailman.SendEmail(email); textBox1.Text = mailman.LastErrorText; The LastErrorText property is standard on all Chilkat classes/objects.  The error information may also be accessed […]