Archived Forum Post

Index of archived forum posts

Question:

email.GetTo(0) returns encoded string (ActiveX, vb6)

Jul 02 '15 at 17:10

This change in behavior seems to have started in verion v9.5.0.49. Testing with v9.5.0.51 shows the same behavior. After email.AddMultipleTo ("some string with accented characters") Trying to get the value, using email.GetTo(0) results in =~utf-8~Q~Andr=C3=A9...

How can we retrieve the original value into a vb6 (unicode) string?


Accepted Answer

This new build should fix the problem: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-win32.zip


Answer

The new build indeed fixes this issue. Thanks!