Using CDO/ADODB I can create items that Outlook will recognize as tasks:

Task := CoItem.Create;
Task.ContentClass := 'Task';
Task.Fields.Item['http://schemas.microsoft.com/exchange/outlookmessageclass'].Value
:= 'IPM.Task';
Task.Update
Task.DataSource.SaveTo(path, connection, etc....)

But I'm still trying to figure out how to read/write the cdo properties
for the task (DueDate, StartDate, Status, Priority, % Complete).

The schema defines this interesting property:

http://schemas.microsoft.com/mapi/proptag/0x001A001F

but I'm not sure how/if it can be used to access these properties.

Any help would be greatly appreciated.  Thanks!
        

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to