Extracting documents from Exchange Public Folders ?

Posted by Jene on Stack Overflow See other posts from Stack Overflow or by Jene
Published on 2010-04-09T10:31:17Z Indexed on 2010/04/09 10:33 UTC
Read the original article Hit count: 403

Filed under:

Hi,

I am able to list Documents from "Public Folders" Using this sample code :

session.LogonExchangeMailbox("[email protected]", "server"); RDOFolder folder = session.GetFolderFromPath(@"\Public Folders\All Public Folders");

Now i want to Extract this documents to another location.

© Stack Overflow or respective owner

Related posts about c#