I want to access the private field in contacts form to check whether it is checked on not
Can u tell me the field name (like item.FullName for Fullname)
Printable View
I want to access the private field in contacts form to check whether it is checked on not
Can u tell me the field name (like item.FullName for Fullname)
You need to access the ContactItems .UserProperty to read a custom field. Not read it off of a form. ;)
I got the answer .... its the item.sensitivity property ... value =2 means private is checked and valu=0 means private is not checked
Yes, but th item is the ContactItem and not the Outlook Form. ;)