any read-only property

Z

zzozo

Hi, all.

I am creating an outlook addin in c#. I am trying to create
'read-only' user property in contact item (or folder). Is there any
way to achieve this?

Thanks in advance.
Seungchan
 
D

Dmitry Streblechenko

Sure, use ContactItem.UserProperties collection. It is up to you whether you
treat that property as read-only or r/w.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Top