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)
September, 2008
MSDN Blogs
>
Dan's WebDAV 101
>
September, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dan's WebDAV 101
Outlook Automation is for People, not for Services.
Posted
over 4 years ago
by
Webdav101
0
Comments
I don't know why we see a lot of customers trying to automate Outlook from a service. It’s pretty well documented that it’s a bad idea. Outlook Object Model (OOM) was written for automating Outlook for a user sitting at the box running it. See, Outlook...
Dan's WebDAV 101
Links on Common PowerShell Automation Questions
Posted
over 4 years ago
by
Webdav101
1
Comments
I've put together a list of articles which cover common questions on Exchange PowerShell Automation. These links cover issues from starting out to common problems. I hope they help. Please let me know if there are others you see as important. Starting...
Dan's WebDAV 101
Howto: Calling Exchange Powershell from an impersonated thread.
Posted
over 4 years ago
by
Webdav101
17
Comments
There are not many examples on doing doing impersonation for Exchange Powershell and non of the ones I see currently cover a few of the important gotccha’s. So, I put this together and wish to share. Impersonation and Exchange PowerShell: ...
Dan's WebDAV 101
Howto: Getting Process IDs
Posted
over 4 years ago
by
Webdav101
2
Comments
There are many ways to get a list of processes with their PID. Here are a few. tlist: "tlist" is in the debuggers folder and can be used to get the pid of a running process: Helpful tlist commands. · tlist /t - Displays a task tree in which...
Dan's WebDAV 101
Howto: Verifying Symbols after taking a Dump
Posted
over 4 years ago
by
Webdav101
1
Comments
Once the symbols and dump are received by the person who will be debugging, they can use the commands below to check for the symbols being loaded in a debugger such as Windbg after the symbol path is set. To do this, go into windbg in the debuggers folder...
Dan's WebDAV 101
Howto: Verifying Symbols before taking a Dump using symchk
Posted
over 4 years ago
by
Webdav101
1
Comments
Prior to taking a dump on a program, you should be sure that there are matching symbols for the application the dump is being taken on. Large dumps can take many hours to upload to a person for debugging. You can validate symbols against the executable...
Dan's WebDAV 101
About: Dumps
Posted
over 4 years ago
by
Webdav101
1
Comments
Full Dumps: A full dump pretty much gets everything in memory for the application at the time the dump is taken. Because of this, a process taking one gig of memory will likely result in a one gig dump file. · A full dump will have this information...
Dan's WebDAV 101
Howto: Generate a Mini-Dump with Task Manager in Vista
Posted
over 4 years ago
by
Webdav101
1
Comments
With Vista, you can create a mini-dump by right clicking on the process in Task Manager. However, user-mode process dump information is not available by using this feature. This feature is not available under Windows 2003 or Windows XP.
Dan's WebDAV 101
Howto: Take a dump in Visual Studio
Posted
over 4 years ago
by
Webdav101
1
Comments
When an application crashes, the user may only have Visual Studio on the box. When the crash occurs, the developer may be prompted to see if they wish to debug the appliction. If they can choose Visual Studio, then they can save the dump to a file which...
Dan's WebDAV 101
Howto: Generating a Hang Dump with adplus
Posted
over 4 years ago
by
Webdav101
1
Comments
Adplus from the Debugging Tools can be used to get Hang Dumps. Normally, you want to take at least 2 dumps to so the person debugging can get an idea of where the hang is. Installing Adplus and the Debugging SDK: 1) Go to http://www.microsoft...
Dan's WebDAV 101
Howto: Generating a Crash Dump with adplus
Posted
over 4 years ago
by
Webdav101
1
Comments
ADPlus from the Debugging Tools can be used to get Crash Dumps. ADPlus is a command-line VBScript file which runs a debugger with best-case switches in order to produce a dump file. In a nutshell, the dump file contains the application as it was...
Dan's WebDAV 101
What's covered by support? General questions and answers.
Posted
over 4 years ago
by
Webdav101
1
Comments
Customers sometime have a misunderstanding of what is covered when supported is provided. So, I’ve put together a link covering common areas for all to read. I would suggest starting with the link below to get an understanding on what is supported to...
Dan's WebDAV 101
HOWTO: Read unmounted Exchange EDB files.
Posted
over 4 years ago
by
Webdav101
8
Comments
I was recently asked this question similar to this: How can we search on unmounted EDB files? Are there any API's that I can use to access the mails in unmounted EDB? There are two answers: “No” and “It’s a bad idea”. Further:...
Page 1 of 1 (13 items)