Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WebDAV   (RSS)

FYI: Glen's Exchange Dev Blog is awesome...

If you are an Exchange developer and haven't checked out Glen Scales's blog then you are missing out. Chances are he has written part of your project for you and posted it on his blog. Check out his latest post for a script which generates a report of
Posted by mstehle | 0 Comments

KB: 919169, Access Denied or 403 Forbidden When Creating Appointments in WebDAV/CDOEX

I saw another case on this issue and remembered that I hadn't put this on my blog yet. If you are getting 403's when trying to create an appointment in another user's calendar using WebDAV or an access denied in CDOEX after installing our Send As hotfix
Posted by mstehle | 1 Comments
Filed under: , , ,

OUTBOX: Understanding the Exchange store and CDO 1.21

This is from an email I send out this morning after a discussion about CDO 1.21 and the Exchange store structure in Exchange 2000/2003... Understanding the Exchange store and messaging APIs The following article gives a great overview of how MAPI and

FYI: The Freebusy Story & New Sample Code!

Many times when scheduling appointments in Exchange, especially when you are already using HTTP requests with DAV, you might want to check the availability of people or resources via the public Free/Busy information in Exchange. I recently posted some

HOWTO: How To Search mv.string Properties using WebDAV

...I have posted a new WebDAV sample for using mv.string properties like Keywords and RRule in WHERE clauses, enjoy... DAV: How To Search mv.string Properties
Posted by mstehle | 0 Comments
Filed under: , , ,

SAMPLES: CDOEX Samples Listing

CDOEX Samples Index Listed below are links to my CDOEX samples. If you have questions about individual samples please comment on that article. If you would like to request a sample please comment here. How To Add Recurrence to a Single Appointment ...There
Posted by mstehle | 4 Comments
Filed under: , ,

FYI: New Sample Code! CDOEX & WebDAV How To Add Recurrence to

In an effort to provide samples in a organized and repeatable manner, I have created a format for adding code samples to my blog. The code samples will be added as articles which won't get aggregated here . You can also check the TOC to get links to the
Posted by mstehle | 0 Comments
Filed under: , , ,

HOWTO: Bind to items from CDO/MAPI using WebDAV

Summary Using PR_URL_COMPNAME to bind to an item in WebDAV from CDO/MAPI involves understanding the encoding rules for the Exchange version where the item is homed. These rules are different and incompatiable between Exchange 2000, Exchange 2000 SP 1,

FYI: Exchange 12 Developer Roadmap...

A couple days ago I posted a link to upcoming Outlook Object Model changes and new features, I wanted to go back and note that the Exchange team posted about their developer roadmap as well. This post mentions three new ways of interfacing with Exchange

FYI: Getting Started with WebDAV

WebDAV can be a little cumbersome to work with. To be honest I'm never thrilled to use it, but that is only because of the way you interface with Exchange using WebDAV. WebDAV is a protocol, not an API. It is an extension of HTTP and provides more request methods to allow us to get information out of Exchange and change information within it. We have a lot of technologies at our disposal for Messaging developments so it is always important to be reminded of when to use what technology. Here

FYI: Exchange's CDO 1.21 NOT Supported with Kerberos

It's late so I'm going to keep this brief but since we don't have any public content I wanted to get the word out. Exchange's CDO 1.21 was never tested and will not work with Kerberos authentication. While Outlook's version of CDO 1.21 does have Kerberos
Posted by mstehle | 2 Comments
Filed under: , , ,

FYI: Supportability of Exchange API's in Managed Code

As more and more developers move to managed code (.NET), especially with the release of Visual Studio 2005, it is important to be reminded of what current API's are supported for use in managed code and which are not. The following KB article is a must
 
Page view tracker