| Author |
Message |
wannaknowmore
Guest
|
Posted:
Wed Oct 19, 2005 4:58 pm Post subject:
WEBDAV and C# |
|
|
Hello all,
This is my first post here and I am a complete beginner in WEBDAV so I
hope you will be tolerant with me. I am trying to have a web service
that will serve out emails and their attachments from our exchange
server.
Could you PLEASE point me to any sample code in C# which shows the best
way to connect to our Exchange 2003 server and get the body,
attachments etc.?
I have come across a few ways but can't figure out the which one is the
best or works or too old?
Also I need to ask my exchange administrator for the Exchange URI to
connect to our server through WEBDAV. He is NOT coding-savvy so I need
to be specific in my request (ours is a big organization and for all I
know he must be sitting ina different country).
Could you please tell me what I should be asking for and what he needs
to do at his end (config settings?) to allow me to access Exchange
programmatically?
Please feel free to be as descriptive as possible.
Thanks.
|
|
| Back to top |
|
 |
David L. West
Guest
|
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Guest
|
Posted:
Thu Oct 20, 2005 12:59 am Post subject:
Re: WEBDAV and C# |
|
|
Hello,
you can find information in the Exchange SDK
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_webdav_web_store_http_webdav_protocol_reference.asp).
And I have some articles on my website, including a WebDAV layer for C#
(http://www.infinitec.de/software/nettoolbox/webdavlayer.aspx)
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"wannaknowmore" <justsubscribe@gmail.com> wrote in message
news:1129731478.296701.277680@f14g2000cwb.googlegroups.com...
| Quote: | Hello all,
This is my first post here and I am a complete beginner in WEBDAV so I
hope you will be tolerant with me. I am trying to have a web service
that will serve out emails and their attachments from our exchange
server.
Could you PLEASE point me to any sample code in C# which shows the best
way to connect to our Exchange 2003 server and get the body,
attachments etc.?
I have come across a few ways but can't figure out the which one is the
best or works or too old?
Also I need to ask my exchange administrator for the Exchange URI to
connect to our server through WEBDAV. He is NOT coding-savvy so I need
to be specific in my request (ours is a big organization and for all I
know he must be sitting ina different country).
Could you please tell me what I should be asking for and what he needs
to do at his end (config settings?) to allow me to access Exchange
programmatically?
Please feel free to be as descriptive as possible.
Thanks.
|
|
|
| Back to top |
|
 |
wannaknowmore
Guest
|
Posted:
Thu Oct 20, 2005 12:59 am Post subject:
Re: WEBDAV and C# |
|
|
Thank you Mr.Krause - your site is simple great and so are your posts.
Please - could you direct me to a piece of code (or give it here) that
I could use to connect to my Exchange server and read email. Just
simple one file code in C#.
All the codes I have found have many files and 'good' design but then
it takes a lot to understand clearly. I am looking for some real basic
one-class code which will simply talk to the exchange server and read
email one by one or something similar.
Hope that you will oblige. |
|
| Back to top |
|
 |
David L. West
Guest
|
Posted:
Thu Oct 20, 2005 12:59 am Post subject:
Re: WEBDAV and C# |
|
|
BTW, I just realized that the same company I recommended earlier has
another component that might be better suited to what you're doing. Well
worth checking out and will save you from writing a lot of complicated
code.
---
David L. West
http://www.deskoptional.com |
|
| Back to top |
|
 |
rahulkulkarni
Guest
|
Posted:
Thu Oct 20, 2005 4:58 pm Post subject:
Re: WEBDAV and C# |
|
|
Hi David,
Thanks ... I save on time but spend on money ... NOT a very sweet deal
:) |
|
| Back to top |
|
 |
|
|
|
|