View Single Post
  #4  
Old November 15th 07, 05:41 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Problem with custom form after drag and drop (security related?)

Answered at http://www.outlookcode.com/threads.a...essageid=24849

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"AlanGlover" wrote in message ...

I've discovered that the error is caused by my form being regarded as a "One
- off". This actually occurs when I add a userproperty to the item. You can
tell this has happened because the item.MessageClass changes from
"item.appointment.myform" to "item.appointmentItem". So you can't add
userproperties.

I still need to find a way to mark the item temporarily as having been
drag-dropped so my item_Open code can perform a different action from the
normal open. Any ideas how I can do this?


Ads