Hi,
I'm using Access 2003 for sending emails via VBA using CDO as the code below.
This system works fine but I noticed that the accented characters as òàì etc are cutted or changed in the received email.
How can I set an appropriate charset on this code?
Dim db As Database, RS As...