View Single Post
  #12  
Old July 14th 06, 01:17 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to use a custom form as a default folder form ?

No, a user has complete access to all the folders in non-Exchange environment (unless you're using some third-party sharing tool with its own security mechanism).

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Konstantin" wrote in message oups.com...

Sue Mosher [MVP-Outlook] wrote:
The key would be using the MAPIFolder.Items.ItemAdd event (well documented in Outlook Help and in many samples on the Internet) to detect the arrival of the item in the folder. Note, however, that the event would fire for all users running such an addin, not just for the user moving the item into the folder.

For more information on constructing COM add-ins, including samples, see http://www.outlookcode.com/d/comaddins.htm

Ookay, that looks nice! Thnx for reply!
And one more question
I have no MS Exchange server running and have Extended MAPI/OL2003.
And VC++ knowledge ))))
So, can i set permissions to users that will restrict access to
specific folders for specific users (or their groups) without Exchange
server? Maybe i need just read/ can't read permission or even
visible/invisible...

Ads