Hi, How to create WebDAV request to create TASK with "start date" filled ? I can only set due date. I'm trying to use http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/0x00008105 property but it's not shown in OWA Exchange2003
You should be using 0x8104 for the Startdate and 0x8105 for the Due Date if your not sure you should use a Mapi editor like Outlook Spy or MfcMapi to confirm the properties that need to be set. http://www.cdolive.com/cdo10p2.htm#Tasks has most of the common props listed. cheers Glen "Marcin Krzyzanowski" wrote in message news:eabWtC1MIHA.3516@TK2MSFTNGP02.phx.gbl... > Hi, > > How to create WebDAV request to create TASK with "start date" filled ? I > can only set due date. > > I'm trying to use > http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/0x00008105 > property but it's not shown in OWA > > Exchange2003
Glen 0x8105 is working for Outlook but not for Outlook Web Access. It's simply work as it wouldn't be set at all. I found that for OWA "commonstart" sould be set too. Then it work for Outlook and OWA. It's wired. Glen Scales [MVP] pisze: > You should be using 0x8104 for the Startdate and 0x8105 for the Due Date if > your not sure you should use a Mapi editor like Outlook Spy or MfcMapi to > confirm the properties that need to be set. > http://www.cdolive.com/cdo10p2.htm#Tasks has most of the common props > listed. > > cheers > Glen > > "Marcin Krzyzanowski" wrote in message > news:eabWtC1MIHA.3516@TK2MSFTNGP02.phx.gbl... >> Hi, >> >> How to create WebDAV request to create TASK with "start date" filled ? I >> can only set due date. >> >> I'm trying to use >> http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/0x00008105 >> property but it's not shown in OWA >> >> Exchange2003 > >