Login  
Search All Forums
Dart Home | PowerTCP Mail for ActiveX | Custom Development Reply | PowerTCP Mail for ActiveX Topics | Forums   
AuthorForum: PowerTCP Mail for ActiveX
Topic: EncodeBuf Raises 1202 Error
jwolsky

From: ST Paul, MN USA
Posts: 1
Member Since: 11/19/06
posted May 5, 2019 9:56 AM

We recently updated our DartMail because of the changes Microsoft made to their SMTP security.
I can send mail now using TLS1.2 but I have another problem. The EncodeBuf method no longer works.It returns Error 12002 "Parameter 2 of the method used is invalid or not appropriate."
Parameter 2 is just an empty string. This code worked fine with the previous version. It seems the Binary Compatability has been broken. Is there a new method to replace this? Will it work if I pass it something besides an empty string? If so, what? According to the docs, this should still work.

Thanks in advance for any help you can give.

VB6 Code

Dim strIn As String
Dim strOut As String
Dim objMsg As DartMail.message

Set objMsg = New DartMail.message
strIn = "Some Text to Encode"

objMsg.EncodeBuf strIn, strOut, msgBase64
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted May 13, 2019 5:02 PM

Thank you for your report. This issue has been logged as TTWeb5796. The issue will be reviewed for resolution and release at a later time.

Please contact sales@dart.com with any questions or for status updates.

All the best,
Jamie
Reply | PowerTCP Mail for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX