B
back2grid
Hi,
Is there anyway i can restrict the user from changing user properties for a
task. The user properties are at folder-level.
something like
Outlook.UserProperty prop = item.UserProperty["TaskProp"];
prop.enabled = false;
CustomPropertyChange event is fired after an property is changed
thanks
Is there anyway i can restrict the user from changing user properties for a
task. The user properties are at folder-level.
something like
Outlook.UserProperty prop = item.UserProperty["TaskProp"];
prop.enabled = false;
CustomPropertyChange event is fired after an property is changed
thanks