Retrieve Exchange 2007 public folder content

  • Thread starter Thread starter Cato
  • Start date Start date
C

Cato

I have Exchange 2007 and a public folder containing mainly Tasks. i
need to obtain a collection of this tasks from c# to send an alert by
email on the ending of the task schedule (i cannot use the integrated
task ending in the public folder).

My problem is, how can i query the exchange store to obtain this
informations? Do i have to use the OUTLOOK MAPI CLIENT library or the
web service of exchange 2007?

Can you give me an example?

Thank you.
 
Hello Cato,
I have Exchange 2007 and a public folder containing mainly Tasks. i
need to obtain a collection of this tasks from c# to send an alert by
email on the ending of the task schedule (i cannot use the integrated
task ending in the public folder).

My problem is, how can i query the exchange store to obtain this
informations? Do i have to use the OUTLOOK MAPI CLIENT library or the
web service of exchange 2007?

Can you give me an example?

Thank you.

Hi;

I'd suggest you cruise over to the Exchange Development forum:
http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/threads

Karl
http://unlockpowershell.wordpress.com/
 
Back
Top