That namespace I mentioned ("{00062003-0000-0000-C000-000000000046}") is
what's used by Outlook for task properties that aren't standard on a task
item (named properties).
That 0x0E04001F property tag you originally specified would correcpond to
PR_DISPLAY_TO_W, the Unicode equivalent to the To property. That might work
as an assigned to property in some cases but it wouldn't be foolproof. The
properties I mentioned would be a better choice.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Koops" wrote in message
...
I was given a custom form which is a contact item, and it had
"Assigned To" on it, which behaves exactly how it does on a Task
Form. When I looked at the "All Fields" tab and look under "All Task
Fields" there is a property called "Assigned To".
I think it's part of the recipient object though. I don't think it's
the Owner property that will help. I'm not that familiar with the
Delegator one though.
I'm not sure how to use "{00062003-0000-0000-C000-000000000046}" -
I'll have to do some research on it.