...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
Since joining the Messaging Developer Support team last year, my main focus has been on Exchange development, rather than custom forms and Outlook programming. There are many "gotchas" in Outlook development that one must keep track of. Only someone who works with Outlook Object Model day in and day out for years could know off the top of their head half of the considerations one must take when programming in Outlook. The following KB article goes a long way to answer some of frequently asked questions and provide links to other important KB articles to look over when starting Outlook development...
287530 Frequently asked questions about custom forms and Outlook solutionshttp://support.microsoft.com/default.aspx?scid=kb;EN-US;287530
The following is an exerpt from an email describing the steps to setup a VBS event sink on Exchange...
cscript "C:\Program Files\Exchange SDK\SDK\Support\OLEDB\Scripts\RegEvent.vbs" Add OnSave ExOleDB.ScriptEventSink.1 "file://./backofficestorage/mstehle03.extest.microsoft.com/mbx/mrmet/inbox/scriptevent" -file "C:\files\code\EventSinks\ScriptSinks\OnSave.vbs"