Do you know if there’s a way?
I’ve used this library to access a pop3 server, but it doesn’t work with an exchange server.
Do you know of any other library or piece of code that’ll show me how to do it?
I cannot change any settings on the server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on the Exchange version. WebDAV works with 2000 thru 2007, but Web Services requires 2007+.
Those are probably the easiest to get working. CDO is another option, but it’s not supported from C# – so you’ll have to go out of proc.
Exchange also has an OLEDB provider, but I’ve never used it – it is supported from .NET, however.