Home All Groups Group Topic Archive Search About

Read mail from exchange 2003

Author
6 Feb 2006 8:10 AM
Philip Wagenaar
What is the best approach to read emails from an Exchange 2003 useraccount.
Pop3 and IMAP4 are unavilible

Author
6 Feb 2006 11:57 AM
Ken Tucker [MVP]
Hi,

        Take a look at the exchange sdk

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/exchangesvr.asp

Ken
--------------
Show quoteHide quote
"Philip Wagenaar" <philip.wagenaar@online.nospam> wrote in message
news:5F27A9DC-F805-465E-9A83-236DBB96C095@microsoft.com...
> What is the best approach to read emails from an Exchange 2003
> useraccount.
> Pop3 and IMAP4 are unavilible
Author
6 Feb 2006 12:48 PM
Philip Wagenaar
The latest SDK dates 12/15/2004. I suppose this means that it is not aimed at
managed code in .net 2.0?

Is the approach very diffrent from pop3? I mean, authenticate, retrieve
messages, etc..

Show quoteHide quote
"Ken Tucker [MVP]" wrote:

> Hi,
>
>         Take a look at the exchange sdk
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/exchangesvr.asp
>
> Ken
> --------------
> "Philip Wagenaar" <philip.wagenaar@online.nospam> wrote in message
> news:5F27A9DC-F805-465E-9A83-236DBB96C095@microsoft.com...
> > What is the best approach to read emails from an Exchange 2003
> > useraccount.
> > Pop3 and IMAP4 are unavilible
>
>
>
Author
7 Feb 2006 2:18 AM
Yuan Ren[MSFT]
Hi Philip,

Thanks for posting!

For the current issue, there is a KB article demonstrates how to retrieve
message from Exchange server by using C#:
http://support.microsoft.com/?id=310206

The implementation also uses the CDO object which belongs to the Exchange
SDK as Ken mentioned. Although the version in the article is not the latest
one, you just need to do a little modification such as reference the new
version CDO library in your application.

I hope the above information will be helpful, if you have any questions or
concerns, please do not hesitate to let me know. I am standing by to help
you.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
Author
7 Feb 2006 7:48 AM
Philip Wagenaar
This was exactly what I was looking for!

Thank you!

""Yuan Ren[MSFT]"" wrote:

Show quoteHide quote
> Hi Philip,
>
> Thanks for posting!
>
> For the current issue, there is a KB article demonstrates how to retrieve
> message from Exchange server by using C#:
> http://support.microsoft.com/?id=310206
>
> The implementation also uses the CDO object which belongs to the Exchange
> SDK as Ken mentioned. Although the version in the article is not the latest
> one, you just need to do a little modification such as reference the new
> version CDO library in your application.
>
> I hope the above information will be helpful, if you have any questions or
> concerns, please do not hesitate to let me know. I am standing by to help
> you.
>
> Regards,
>
> Yuan Ren [MSFT]
> Microsoft Online Support
>
>
Author
7 Feb 2006 9:21 AM
Yuan Ren[MSFT]
Hi Philip,

You are welcome:)

Yuan Ren [MSFT]
Microsoft Online Support