Re: Exchange 2003 Custom Application, read emails from sereval mailbox

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Because I am familiar with WebDAV then I will recommend you WebDAV as programming technology for your application.
Possible you can use some other technology for your application.

With WebDAV you can use one account with permission (full mailbox permission) to access to all (or specified) users mailboxes.
You will be able to read mails from inbox, outbox or any other folder and store them in a database.

Exchange SDK contains many samples how to use WebDAV and this will be good start point.

Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com


"Joey" <joey@xxxxxxxxxxxxxxxx> wrote in message news:6116815A-1A5F-493C-B44F-EE502FD311BB@xxxxxxxxxxxxxxxx
> I am hopeing someone can help cause I can't find a solution. I am trying to
> create an application that will read all the emails in a specified accounts
> in my exchange server. I need to be able to specify several mailboxes and
> then have it read the emails in both thier inbox and outbox and tag the email
> and put the contents into a database if the email address matches a clients
> email. I want to do it at the exchange server level and not the outlook
> client level.
>
> I downloaded the Exchange SDK and they only have examples of letting you log
> into a single mailbox and performing what I need. Is there not a way to look
> at the entire store with one aco*** that has admin right across all
> mailboxes and access the emails?
>
> Some examples let one user access all boxes but only the inbox and only
> after I delegated that user with permissions to access the inbox through
> outlook. That would work but I don't see a way to delegate a users
> permissions to read the sent items, only the inbox.
>
> I hope that all made sense and any example would be a huge help!
>
> Thanks!