How to read Item from Public Folder and process it DIRECTLY.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to process item in Public Folder DIRECTLY.
I would like to know how to read out that because of that.
MAPIFolder.Save(or SaveAs) method is not the way I having made purpose.
Again, I would like to read out item and process it DIRECTLY.

regard.
 
Hello,

if you use WebDAV, you can read the contents of the mail into a MemoryStream
class or similar and process it directly.

Best regards,
Henning Krause
 
Thank you, your response.

Would you tell me effective information and/or examples about WevDAV
interface.
 
Back
Top