logo       

Re: Accessing an Exchange email account with C#: msg#00061

Subject: Re: Accessing an Exchange email account with C#
You can use CDO. One issue you'll have is that it's becoming more
difficult to get MAPI installed on a machine without having Outlook
installed. If you can install Outlook on the machine, and add CDO,
then you should be able to use CDO, no problem. Since CDO is a COM
DLL, you should be able to use standard techniques for C# and COM.

The other approach is to use the WebDAV protcol. Don't know about the
book referenced, except that Rizzo is good.

- jim

--- In padnug@xxxxxxxxxxxxxxx, "Keith R. Pinster" <dimondwoof@...> wrote:
>
> Hey guys, can anyone point me to a good book on how to do this?  
> 
> I can't find any good examples on how to open an email account through 
> Exchange ('d rather keep Outlook out of the picture), retrieve and 
> then delete the emails that are come into that account.  I've been 
> looking at CDO, but can't find any examples of using that within C#.
> 
> Any help would be appreciated.
> 
> KRP
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/dpFolB/TM
--------------------------------------------------------------------~-> 

 


<Prev in Thread] Current Thread [Next in Thread>