Tagged Questions
0
votes
0answers
38 views
extract email chunks by separating response structure
Does anyone know a library which can divide a given email text (see code below) into single "mails"/chunks? In the exmample below I would like to get 3 single messages.
The problem is: the library ...
0
votes
1answer
770 views
cancel stream request from WCF server to client
I posted about stream request here [wcf-chunk-data-with-stream]:http://stackoverflow.com/questions/853448/wcf-chunk-data-with-stream I solved that task but now when i close request in client part ...