any read-only property

  • Thread starter Thread starter zzozo
  • Start date Start date
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
 
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
 
Back
Top