Hey guys,
I would like to create a folder in a user's mailbox that cannot be deleted, like the inbox folder. What paremeter do I set for that? I am creating folders from the command line.
Thanks.
Printable View
Hey guys,
I would like to create a folder in a user's mailbox that cannot be deleted, like the inbox folder. What paremeter do I set for that? I am creating folders from the command line.
Thanks.
There isn't one that I'm aware of. (Chime up guys if you know)
I think your best bet is to
1) wait until 5.0- You can share out a read only folder to many people
2) File a specific request for enhancement. However, I think it'll get closed in leu of #1
john
Thanks for the reply.
Now what does command modifyFolderGrant(mfg) do?
What exactly will that do?Code:mfg /new_folder all rw
I tried running it but did not see any visible results
That allows full access to whichever user's "new_folder". It won't show up for others unless either A) they mount it manually (right-click on the "Calendars" heading in the app overview pane on the left and select "Link to Shared Calendar") or B) the admin also mounts it with zmmailbox (the "--view" will be one of conversation,message,contact,appointment,wiki):
Code:zmmailbox -z -m sharing-user@domain.com modifyFolderGrant /new_folder account user@domain.com rw
zmmailbox -z -m user@domain.com createMountpoint --view message "/somebodys-new_folder" sharing-user@domain.com /new_folder