Setting UserProperties from CDO

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Hello,


I'm trying to add item UserProperty from CDO.


someMessageCDO.Fields.Add("testPropName",8,"TestPropValue",
"2903020000000000C000000000000046"


Field is added but it can not be accessed from OOM (i.e.
someMessageOOM.UserProperties.Item("testPropName") does not exist).

Any ideas about what am i doing wrong?


Thanks.
 
Back
Top