Found the answer. For anyone else who has this problem, take notice of
where you publish the form! I had it published in the wrong folder &
nothing worked.
Steve
> I'm aware that there are many posts regarding referencing userproperties,
> but I simply cannot seem to get my code to work.
[quoted text clipped - 9 lines]
> lole_namespace=lole_outlook.getnamespace("MAPI")
> lole_currentuser=lole_namespace.currentuser
lole_recipient=lole_namespace.createRecipient(dw_2.object.recipient_name[1])
lole_object_folder=lole_namespace.GetSharedDefaultFolder(lole_recipient,olFo
> lderTasks)
>
[quoted text clipped - 14 lines]
>
> Steve