I have a little issue with EncodeQuotedPrintable. Well, OK, a major issue. It appears to not be working at all.

I have a string called 'DataFork' that is a formatted email message. The string is the result of a TextInputStream.ReadAll. Here's my code:

  TextIn = ThisFile.OpenAsTextFile
  DataFork = TextIn.ReadAll
  TextIn.Close

  DataFork = EncodeQuotedPrintable(DataFork)

When this code is done, DataFork appears to be exactly the same as it was. It doesn't appear to be encoded at all. Any ideas?
--
Chris Jett
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to