Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » HOWTO   (RSS)

HOWTO: Sample Transport Agent – Add Headers, Categories, MAPI Props, Even Uses a Fork!

Welcome to my first in depth Exchange Transport Agent sample!  If you are not familiar with Exchange Transport Agents this blog post is a great place to start.  I created a sample Transport Agent for a customer a while ago that I recently added

HOWTO: Delete Search Folders and Interop with CDO 1.21 from Managed (.NET) Code

The Outlook 2003 Object Model does not have anyway to delete Search Folders, although you can create them. The only way to delete them is to use CDO 1.21 code. However, it is not supported to run CDO 1.21 or MAPI code (yes, this includes Redemption any

HOWTO: Using CDOEXM in ASP.NET (.NET Framework 2.0 Walkthrough)

I just finished updating a support document which walks through creating a simple COM+ component and ASP.NET page to illustrate how you have to use CDOEXM with ASP.NET due to impersonation limitations of CDOEXM...enjoy... ...Use all code in this post
Posted by mstehle | 4 Comments
Filed under: , ,

HOWTO: Determining the Owner of a Shared Folder

The Outlook 2003 Object Model does not have much support for shared folders outside the GetSharedDefaultFolder function. One common question we get asked is, "Given an OOM MAPIFolder object that represents a shared folder, how can I determine who's the

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

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,
 
Page view tracker