connect to inbox on exchange server

B

Brad

Hi All,

I need to create a tool that will poll 1 to 5 exchange mailboxes and
save any attachments of new messages to a folder.

The tool will need to run on windows server 2003 and 2008, Outlook will not
be installed on the server where this tool is going to run.

It needs to be able to connect to exchange 2003 and 2007 - pop3 and imap
will probably be unavailable.

What's the best way to acheive this? Webdav looked good but not recommended
for exchange 2007

Mapi looks good - but does it require outlook to be installed? are there any
good mapi libraries?

any other options?
 
K

Karl Mitschke

Hello Brad,
Hi All,

I need to create a tool that will poll 1 to 5 exchange mailboxes and
save any attachments of new messages to a folder.

The tool will need to run on windows server 2003 and 2008, Outlook
will not be installed on the server where this tool is going to run.

It needs to be able to connect to exchange 2003 and 2007 - pop3 and
imap will probably be unavailable.

What's the best way to acheive this? Webdav looked good but not
recommended for exchange 2007

Mapi looks good - but does it require outlook to be installed? are
there any good mapi libraries?

any other options?

Use EWS or the EWS managed API

Look here for help:
http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/threads

Also, subscribe here, and read his posts :)
http://blogs.msdn.com/webdav_101/default.aspx

Take a look at teh video here:
http://channel9.msdn.com/pdc2008/BB46/


Karl
http://unlockpowershell.wordpress.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top