Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Exchange Genera... » CDOEX   (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

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: 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: 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: 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