J
Jeremy van Frank
I have been trying to write in VBA that when a userProperty is changed
in a public folder that a subroutine is run.
One of my views in Outlook has a user defined field (a checkbox) that
I want to monitor for a change in value (checked or unchecked)
I have tried Item_CustomPropertyChange but no joy, ItemChange no joy
as well.
My problem is that I do not want this to be on a form (I don't have
permission to change the organizational form anyway) - just in one
folder in one view for ONE USER - me.
I was able to get the code from slipstick.com to work in VBScript on a
form I generated but I can't get it to work from an Outlook module.
Please help.
in a public folder that a subroutine is run.
One of my views in Outlook has a user defined field (a checkbox) that
I want to monitor for a change in value (checked or unchecked)
I have tried Item_CustomPropertyChange but no joy, ItemChange no joy
as well.
My problem is that I do not want this to be on a form (I don't have
permission to change the organizational form anyway) - just in one
folder in one view for ONE USER - me.
I was able to get the code from slipstick.com to work in VBScript on a
form I generated but I can't get it to work from an Outlook module.
Please help.