I'm saving a lot of attachments in bulk using RDOAttachment.SaveAs however this seriously slows down the whole operation as they all have to go to disk first. Is there any way to stream them directly using IStream interface?

link|improve this question

48% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No, since IStream COM interface is not supported by all languages supported by Redemption. You can use AsText or AsArray properties instead.

link|improve this answer
Thank you, I think AsArray almost suits. Can I maybe get IStream from attachment's mapi table with OpenProperty? – aloneguid Oct 26 '11 at 18:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.