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)
February, 2008
MSDN Blogs
>
Dan's WebDAV 101
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dan's WebDAV 101
Howto: Get the MIME of an item from a mailbox.
Posted
over 4 years ago
by
Webdav101
3
Comments
This VBSript sample uses WebDAV to read the mime of a message item and write it to disk. dim sHREF dim sUserName dim sPassword dim sResponse dim HttpWebRequest dim sHREF dim sUserName dim sPassword dim sResponse dim HttpWebRequest sHREF = " http...
Dan's WebDAV 101
Building VCALENDAR content without an Microsoft API is not supported by MS.
Posted
over 4 years ago
by
Webdav101
4
Comments
While Microsoft products follow many RFC guidelines for VCALENDAR/iCAL, it does not mean that they support development of VCALENDAR/iCAL directly. Microsoft has APIs which can build and read such content. Working with those APIs is supported; however...
Dan's WebDAV 101
CDO 1.21 and Unicode Text (Japanese, Chinese, Korean, etc)
Posted
over 4 years ago
by
Webdav101
0
Comments
CDO 1.21 and Unicode Text (Japanese, Chinese, Korean, etc) Having issues using CDO 1.21 with multi-byte (unicode) languages such as Japanese, Korean, Chinese? Do you want a way to create an appointment item with Japanese text using CDO 1.21? This...
Dan's WebDAV 101
Handling results of calling Powershell - Multivalued and string arrays.
Posted
over 4 years ago
by
Webdav101
3
Comments
When calling PowerShell from managed code, you need to be aware of what is being returned and to not process properties returned always as strings. When you get information you were not expecting or no info returned from the call, you should look at TypeNameOfValue...
Dan's WebDAV 101
SmtpMail.SmtpServer.Insert(0, "mail.mycompany.com") causes 0x80040220 to be thrown.
Posted
over 4 years ago
by
Webdav101
0
Comments
Email was being sent using SmtpMail from System.Web.Mail. The code worked on the older 2000 server, however did not work when placed on the new 2003 server. When the email was sent, the code threw the following error: (0x80040220) The 'SendUsing' configuration...
Dan's WebDAV 101
Setting MeetingStatus to CdoNonMeeting using CDO will cause the AllDay flag to not be set on an occurance in Outlook.
Posted
over 4 years ago
by
Webdav101
0
Comments
If you use CDO 1.21 to set the MeetingStatus to CdoNonMeeting for a single occurance of an all day recurring appointment, you will find that the AllDay flag is not set when the appointment is converted to a meeting and accepted by the attendee. Private...
Dan's WebDAV 101
HOWTO: Attatch .ics, .mht files with CDOSYS/System.Web.Mail
Posted
over 4 years ago
by
Webdav101
0
Comments
Note: By setting the ContentMediaType property of the attatchment body part object to "text/html", you should be able to properly attatch most any type of file. This includes .mht, .ics, etc. Example: // Attatch needed files. // TODO: Change this...
Dan's WebDAV 101
How WebDAV - Use Basic Authentication with WebDAV even when FBA is enabled.
Posted
over 4 years ago
by
Webdav101
6
Comments
Some customers (developers) wish to use Basic Authentication when Forms Based Authentication (FBA) is enabled for Outlook Web Access (OWA). If OWA's FBA is enabled, all WebDAV access needs to be FBA authenticated - which means significant changes need...
Dan's WebDAV 101
Why is CDOSYS failing in a stored procedure?
Posted
over 4 years ago
by
Webdav101
1
Comments
If you’re experiencing issues with CDOSYS under a stored procedure, you may be running into one of the issues I'll mention here. Outlook is usually installed on SQL Servers in order to provide mail sending capability (using xp_sendmail). However...
Page 1 of 1 (9 items)