I'm running outlook in internet mode. When I create a new appointment item,
I'd like to make it read-only. But outlook seems to always create it
read/write. I can't set PR_ACCESS directly with something like SetProps.
Does anyone know what to do to change PR_ACCESS. I see that in exchange
mode, there are some ACL tables. Does internet mode need something similar?
That's not possible. Outlook has no concept of read-only personal items.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I'm running outlook in internet mode. When I create a new appointment
> item, I'd like to make it read-only. But outlook seems to always create it
> read/write. I can't set PR_ACCESS directly with something like SetProps.
> Does anyone know what to do to change PR_ACCESS. I see that in exchange
> mode, there are some ACL tables. Does internet mode need something
> similar?
Dmitry Streblechenko - 25 Mar 2005 07:15 GMT
Also note that the PR_ACCESS property is a calculated property and as such
cannot be modified.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> That's not possible. Outlook has no concept of read-only personal items.
>
[quoted text clipped - 4 lines]
>> exchange mode, there are some ACL tables. Does internet mode need
>> something similar?