View Single Post
  #6  
Old October 13th 09, 10:30 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Set "Assigned To" for a Contact Item

No, you would use it in conjunction with other text to form a complete DASL
property tag. On its own it wouldn't mean anything. For example, you can
access the DelegationState PT_LONG (32 bit long) property using this string
(not a URL):

"http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/812A0003"

Without knowing the property you want to access the namespace (that Guid
string) is useless. And if you want to access a property such as Owner,
Ownership, DelegationState or Delegator that are exposed in the object model
you just use the property name and don't need to fool around with MAPI or
DASL property tags.

--
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'm not sure how to use the {00062003-0000-0000-C00-000000000046} is
it that I just change my Schema to it and away I go?
Thanks,


Ads