Browse by Tags

All Tags » Memory Stream (RSS)
I've been struggling to solve a file lock problem with some files I send as email attachments. I finally solved the problem by creating my documents in memory and sending the email attachment from a memory stream. This eliminated the need to write a file...
More Posts