C
castle8000
Hello.
Can somebody tell me why the following code does not work?
----
For Each l_item In Dokumente_ordner.Items
l_item.Userproperties.Add "myAnsprechpartner", olText
l_item.UserProperties.Find("myAnsprechpartner").Value = "test"
Next
----
It complains that "Tis property is read only." in line 2 (where i want to
add a Userproperty)
THX!!!
best regards,
Fabian Werner
anyWARE AG,
Germany
Can somebody tell me why the following code does not work?
----
For Each l_item In Dokumente_ordner.Items
l_item.Userproperties.Add "myAnsprechpartner", olText
l_item.UserProperties.Find("myAnsprechpartner").Value = "test"
Next
----
It complains that "Tis property is read only." in line 2 (where i want to
add a Userproperty)
THX!!!
best regards,
Fabian Werner
anyWARE AG,
Germany