Exchange, WebDAV, .NET

M

MJ

Current setup is Windows 2003 Server, Exchange 2003.

Currently using a custom outlook form to insert various requests (bugs, new
content, etc) into a public folder. I'd like to migrate this to a web-based
interface so that I can insert records directly into the public folder from
the web interface using .NET and WebDAV. Basically looking for links to
information, sample apps, etc that would be useful in this respect as I've
not been having much luck searching myself.

Thanks,

Mike
 
M

Mitch Ruebush

Code project has some classes for using WebDAV from .NET at:
http://www.codeproject.com/dotnet/exdav.asp

You can also use the Exchange SDK to get samples and documentation:
http://www.microsoft.com/downloads/...E9-426E-4437-BF3E-5A098D5F9A08&displaylang=en

Let me know if you have some specific questions.
Mitch

Mitch Ruebush
Microsoft Regional Director -
http://www.microsoftregionaldirectors.com
Visual Developer - .NET MVP -
Architect | Evangelist | Teacher
Online Consulting, Inc. - http://www.onlc.com
MCSD, MCAD, MCDBA, MCSE, MCT
 
M

MJ

Thanks.

I'm thinking of doing this in VB.NET. What would you recommend as the best
approach to embedding the code into an ASP page? A lot of what I've been
reading on this subject seems like it could be out of date and my experience
with web programming and .NET is limited, so I apologize if this is a silly
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top