![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#11
|
|||
|
|||
![]() 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 |
#12
|
|||
|
|||
![]()
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... |
#13
|
|||
|
|||
![]() Sue Mosher [MVP-Outlook] wrote: 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). Aha, and if I use such a tool, it will set permissions specifically for outlook-like tools or globally with MAPI? Or i can't set that dirty permissions for ALL mapi clients at all? What u said is my goal - i mean creating that "3-rd party tool with its own security mecanism", so i need to know if it will be able to set permissions "once and forever" )))) |
#14
|
|||
|
|||
![]()
There are no intrinsic permissions that you can set in Outlook to provide that capability in a mailbox or .pst file, since a user has full access to all their own folders. Any "permissions" would be restrictions imposed by the operation of such a tool, e.g. deleting new items the user puts in a particular folder or rolling back the user's changes. (Note that the Outlook model itself provides no way to prevent the user from deleting items. I'm not conversant in Extended MAPI's capabilities in that area.)
The obvious (theoretical) alternative is to use Extended MAPI to create your own custom information store. -- 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: 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). Aha, and if I use such a tool, it will set permissions specifically for outlook-like tools or globally with MAPI? Or i can't set that dirty permissions for ALL mapi clients at all? What u said is my goal - i mean creating that "3-rd party tool with its own security mecanism", so i need to know if it will be able to set permissions "once and forever" )))) |
#15
|
|||
|
|||
![]() Sue Mosher [MVP-Outlook] wrote: There are no intrinsic permissions that you can set in Outlook to provide that capability in a mailbox or .pst file, since a user has full access to all their own folders. Any "permissions" would be restrictions imposed by the operation of such a tool, e.g. deleting new items the user puts in a particular folder or rolling back the user's changes. (Note that the Outlook model itself provides no way to prevent the user from deleting items. I'm not conversant in Extended MAPI's capabilities in that area.) The obvious (theoretical) alternative is to use Extended MAPI to create your own custom information store. Ok, Sue, that was good conversation! Thnx for ur gr8 help! |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OL 2007 - Set custom form region as default | Fidget Brain | Outlook - Using Forms | 8 | July 6th 06 04:36 PM |
2002 outlook, how do i make my custom contact form my default | Linda | Outlook - Using Contacts | 1 | June 23rd 06 01:56 AM |
Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 10:59 PM |
Setting Custom Form as Default | Amber | Outlook - Using Forms | 3 | January 27th 06 11:29 PM |
Change Default Send email form to Custom Send email Form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 06:33 PM |