Re: How to turn a string into an ADO.Stream?



I wish I could. The string is a MIME encoded email. Just assigning it to
the TextBody will not parse the email. I have to find some way to go through
the CDO.Message.IDataSource
Thanks for trying though.

"Mark J. McGinty" <mmcginty@xxxxxxxxxxxxxxx> wrote in message
news:eizaBqswFHA.2556@xxxxxxxxxxxxxxxxxxxxxxx
> Can't you just assign msg.TextBody = so.ReadText()? (Returns a string
type)
> -Mark


.



Relevant Pages

  • Re: How to turn a string into an ADO.Stream?
    ... CDO.Message.IDataSource must also expose an ... IStream too? ... The string is a MIME encoded email. ...
    (microsoft.public.data.ado)
  • How to convert a MIME string to a CDO.Message
    ... I have a string containing a MIME encoded email and I need to convert it to ... Public Sub TestWithString(ByVal buf As String) ...
    (microsoft.public.exchange2000.development)
  • Re: Help With PyParsing of output from win32pdhutil.ShowAllProcesses()
    ... None to a string). ... Still have an urge to parse with pyparsing? ... pyparsing Dict class. ... keys from the parsed data, so it looks like you are already thinking ...
    (comp.lang.python)
  • Re: Pyparsing help
    ... our grammar isn't parsing the METAL2 entry at all. ... input string". ... successful parse, then restored half of the entries I removed, until I ... Layer PRBOUNDARY ...
    (comp.lang.python)
  • Re: Nasty code...but please critique it anyway :-)
    ... You only need <string>, move all the other #includes to the C++ files. ... compilation times. ... You may want to use a std::stringstream to parse the integer, ... You may want to flush the output stream after printing menutext, ...
    (alt.comp.lang.learn.c-cpp)