Sign In
Dan's WebDAV 101
This blog covers Messaging API development for Exchange and Outlook. My name is Daniel Bagley, I'm on the Messaging Developer Team.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2007
appointment
attachments
C#
CDO
CDO 1.21
CDOEX
DevMsgTeam
EWS
example
Exchange
exchange web services
HOWTO
item
mapi
meeting
message
mime
Outlook
OWA
sample
VB
vbscript
WebDAV
webdav101blog
Archive
Archives
February 2012
(3)
January 2012
(1)
December 2011
(1)
September 2011
(9)
June 2011
(1)
February 2011
(1)
January 2011
(2)
December 2010
(2)
June 2010
(2)
January 2010
(1)
December 2009
(3)
November 2009
(1)
October 2009
(1)
August 2009
(2)
June 2009
(1)
April 2009
(2)
February 2009
(2)
January 2009
(6)
December 2008
(3)
October 2008
(3)
September 2008
(13)
August 2008
(7)
July 2008
(9)
June 2008
(3)
May 2008
(8)
April 2008
(4)
March 2008
(29)
February 2008
(9)
January 2008
(5)
November 2007
(11)
May 2007
(7)
April 2007
(2)
July 2006
(1)
June 2006
(1)
August, 2008
MSDN Blogs
>
Dan's WebDAV 101
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dan's WebDAV 101
Santa, I want it all - WebDAV and the full-meal-deal - allprops.
Posted
over 4 years ago
by
Webdav101
3
Comments
So, your trying to get "all properties" using WebDAV. Well, hate to break it to you, but there is no way unless you know what every property is and specify it. You will find the same limitation in other messaging APIs - just pick any of them. Now, you...
Dan's WebDAV 101
Broken Exchange Schema - WebDAV allprops, sinks and/or exoledb fail to return properties
Posted
over 4 years ago
by
Webdav101
2
Comments
Not getting all the properties you would expect from an WebDAV ALLPROPS or from an Event sink? Well, it could be that the Exchange schema is broken. The Problem: If you find that your application is no longer retrieving a full list of properties...
Dan's WebDAV 101
mailto - limitations and paths forward
Posted
over 4 years ago
by
Webdav101
1
Comments
The mailto tag used in html content is used to load the default mapi client (email client) on the user's box when its link is clicked and have it display a window for sending email. The mailto link can contain basic information such as who the message...
Dan's WebDAV 101
It breaks when I do this - recording the problem.
Posted
over 4 years ago
by
Webdav101
0
Comments
This blog post is about making things clearer... Have you ever had a hard time explaining to a person that something does not work correctly or breaks when you perform a series of steps? I know I have. I'm pretty sure I speak clearly and am to the...
Dan's WebDAV 101
Dynamic list of properties versus explicit properties
Posted
over 4 years ago
by
Webdav101
2
Comments
With messaging APIs, you can retrieve a list of properties dynamicly or by specific property name. For example with WebDAV, ALLPROPS will return a set of properties on a item. There are issues with trying to get a full list of properties. First of all...
Dan's WebDAV 101
Howto: Read Attachments - Webdav: System.Net.HttpWebRequest vs System.Net.WebClient
Posted
over 4 years ago
by
Webdav101
2
Comments
I’ve run into issues with using a GET to read large attachments using HttpWebRequest. Because of this, I use System.Net.WebClient instead. Big attachments will have an error thrown back with HttpWebRequest, however it’s possible to GET the smaller ones...
Dan's WebDAV 101
Enumerating fields for CDOSYS, System.Web.Mail and System.Net.Mail
Posted
over 4 years ago
by
Webdav101
1
Comments
There are times when you may want to enumerate the fields set on a message while debugging issues with CDOSYS, System.Web.Mail, or System.Net.Mail. Below is sample code which will enumerate these fields. As you can see, there are some considerable differenences...
Page 1 of 1 (7 items)