How to create an Outlook Calendar folder by using WebDAV in Visual C# (313121)
The information in this article applies to:
- Microsoft Exchange Server 2003 Enterprise Edition
- Microsoft Exchange Server 2003 Standard Edition
- Microsoft Exchange 2000 Server
- Microsoft Visual C# .NET (2002)
- Microsoft Visual C# 2005
This article was previously published under Q313121 SUMMARYThis article contains sample code that demonstrates how to use WebDAV to create a Microsoft Outlook Calendar folder. The sample sets the method of the HttpWebRequest class to "MKCOL", and then sends the request with the user credentials to the Microsoft Exchange 2000 server. The code uses the HttpWebResponse method to receive the response. The HttpWebRequest method and the HttpWebResponse method are in the System.Net namespace.
Modification Type: | Minor | Last Reviewed: | 10/4/2006 |
---|
Keywords: | kbMsg kbXML kbcode kbHOWTOmaster kbhowto KB313121 kbAudDeveloper |
---|
|