c# and exchange ?
-
Where can i find a good article about c# and exchange server. I need to programmically delete email in a particular mailbox and other possible functions. Please help
You might check into hooking into a managed event sink. There is a nice MSDN article here: Building Managed Event Sink DLLs[^]
- Nick Parker Microsoft MVP - Visual C#
My Blog | My Articles -
You might check into hooking into a managed event sink. There is a nice MSDN article here: Building Managed Event Sink DLLs[^]
- Nick Parker Microsoft MVP - Visual C#
My Blog | My ArticlesOhh ... i just review your link and i don't think that would be my purpose. My application will send a email into serveral mailboxs and if those users click a submit button on that emails and successfully postback to the server page, these emails has to be automatically removed (controled by my script) from their mailboxs . I know there are so many DLLs and implementation i can use, such as WebDEV, CDO, or etc, but i need a good starting point ... Thannk you
-
Ohh ... i just review your link and i don't think that would be my purpose. My application will send a email into serveral mailboxs and if those users click a submit button on that emails and successfully postback to the server page, these emails has to be automatically removed (controled by my script) from their mailboxs . I know there are so many DLLs and implementation i can use, such as WebDEV, CDO, or etc, but i need a good starting point ... Thannk you
http://www.cdolive.com[^] is a good resource for everything about client and server side CDO. _________________________________ Please inform me about my English mistakes, I still try to learn your language!