Link to home
Start Free TrialLog in
Avatar of arnold100
arnold100

asked on

Why is encryped text be changed when sent in an email.

Hi,
I have written a program to encrypt text and send it as an email using mapi. My problem is when I send the encrypted  email, it some how it gets changed. If I send it to my self and decrypt it, only a few characters get changed. When I send it long distance it can't be decrypted at all.  Anyone have any idea why? My program works hand and hand with outlook express.

Thanks
AJ.
ASKER CERTIFIED SOLUTION
Avatar of NovaDenizen
NovaDenizen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arnold100
arnold100

ASKER

I pretty sure I have a Unicode problem. I need to find out how to send all my encrypted emails as unicode emails using mapi. Anyone know how?

Thanks,
AJ.
NovaDenizen,
Your 100% right. I tried sending the email as unicode and it didn't work. I accept your answer.

Thank you for the help,
AJ.