How to include path infomation with multiplke calls to AddDirRoot
Following on from http://www.chilkatforum.com/questions/1487/dirprefix-how-do-you-use-this.How do you include path information when calling AddDirRoot() multiple times? put_DirPrefix will work with...
View ArticleEmail ActiveX Component keeps losing registration on Win8.1
On July 1, 2015 we purchased the ChilkatAz-9.5.0-win32 Email component. We integrated that into a Visual Dataflex process, installed the 32-bit control as Administrator and parked that application on...
View ArticleMailMan Intermittent "Connection Closed By Peer" Error
I am creating a MailMan object, unlocking, connecting to SMTP and am able to retrieve and send emails, however (seemingly sporadically) the DeleteEmail will not process because supposedly the...
View ArticleSFTP Connect success is false
this snippet of code works on three computers just fine success = sftp.Connect(hostname, port); if (success != true) {but on one machine the success value is false but the LastErrorText show...
View ArticleFailed sending DATA Command
We are using Chilkat for our email service with our ERP. every now and then we get have an error "Failed when sending DATA command". We relay from our ERP to our Exchange 2010. in my SmtpReceive logs I...
View ArticleDynamically Loading a 32-bit or 64-bit .NET Assembly at Runtime
The Chilkat .NET assembly is a mixed-mode assembly, meaning that it exposes a managed API, but the inner core is native. Therefore, as for any DLL, a 32-bit process must load a 32-bit DLL, and a 64-bit...
View ArticleHow to fix processor mismatch error
Hello, I am using Win 7 Home x32, vs2012 and in my project properties under BUILD tab target platform is set to Any CPU and also using ChilkatDotNet4.dll for 32bit when I am compiling the project it is...
View ArticleCan't load c:\chilkatperl\chilkat.dll for module chilkat: load_file
When I try to ‘use’ chilkat in my script so that I can use CkSftp, I get this error:Can't load 'C:/chilkatPerl/chilkat.dll' for module chilkat: load_file:The specified module could not be found at...
View ArticleCkCrypt2 AES ECB Decrypt Mismatch Result
Hi,I've tried to decrypt with CkCrypt2 in AES ECB mode, but I've seen mismatch results. Here is a comparison with result of PyCrypto:from Crypto.Cipher import AES import chilkat key =...
View ArticleXamarin Studio + C# Console App + Chilkat Email Object
Hello,I'm creating a .NET Console Project with Xamarin Studio 5.10.1 on OS X 10.11.2. I'd like to use Chilkat's Email object to process EML files.I've attempted to use the available NuGet packages from...
View ArticleSoap with attachment
I have to send a POST request to a webservice with an XML Soap and a zip file attachment. The result should bePOST /InvioTelematicoSS730pMtomWeb/InvioTelematicoSS730pMtomPort HTTP/1.1 Accept-Encoding:...
View ArticleIs there a way to convert a .mht file to a site (images etc.) on Linux?
Hello,I saw that there's a "UnpackMHT" on the IOS side, anything similar for Linux, in Perl or Python? I found some sample Perl code using chilkat::CkMime();, but it didn't produce anything after...
View ArticleFailed SSL Handshake Error
I'm connecting to a host that requires a client certificate. Is the below failure rejecting my client certificate or does it mean chilkat is rejecting the remote servers certificate?Thanks!ChilkatLog:...
View Articlepossible soap version mismatch
I'm working on my first Chilkat/HTTP/SOAP project and I can't get past this error. From what I've found online, it seems to be caused by version 1.1 vs 1.2 and can be fixed by setting the SOAP...
View ArticleWhich algorithms are supported for sftp connection in chilkat dll
Hi,I want to konw the algoritms supported by chilkat dotnet2 64 bit dll. e.g. like Aes256-ctr Aes192-ctr Aes128-ctrCast128-cbc Blowfish-cbc 3des-cbcThanks
View ArticleTest Validity of Email Address?
If the recipient's address (strEmailto ) does not exist, intSuccess returns 1 and I get a message 'undeliverable' in my OutLookin essence, there is a safe way to test the accuracy of the address of the...
View Articlescp.UploadFile CHANNEL_OPEN_FAILURE
I have a program which is attempting to issue 8 calls to UploadFile() in succession. The first three are successful, and the fourth always fails with CHANNEL_OPEN_FAILURE, reason code 1,...
View ArticleOpenSSH Vulnerability?
I just read this: http://securityaffairs.co/wordpress/43669/hacking/openssh-bug-leaks-private-keys.htmlChilkat would not be vulnerable to this flaw would it ?(Havent come across a "roaming" feature in...
View ArticleTrouble with FTP on iOS using 3G and 2G Network Connections
FTP2 works great for uploading and downloading in iOS over my WIFI network, but I get a timeout error when trying to use a 3G or 2G network connection.
View Articleget all mails where the UID is grater then...
Is there a Function i can use in IMAP to get all mails where the UID is greater then a given UID? Or how can i write a logic that i don't have to download all the Mails(Header) from Server and compare...
View Article