![]() |
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 |
|
#1
|
|||
|
|||
![]()
Is there any way to restrict user to edit tasks and delete them in his
Tasks folder using addin? I can restrict single task deletions (when user presses delete button in task form) using ItemEvents_10_BeforeDeleteEventHandler which has a reference parameter - cancel. However I am not able to do this when user select multiple tasks and deletes them. In this case I can only catch ItemsEvents_ItemRemoveEventHandler and it has no parameters at all. Besides, I want to restrict user to edit any of task fields. |
#2
|
|||
|
|||
![]()
I'm sorry, I think didn't stated clearly what i want to do, because of
my bad English... I want user not to be able to modify any field of some tasks, except field "Completed", besides user must not be able to delete these tasks. Is there any way to do it using outlook add-ins? Any help would be greatly appreciated. писал(а): Is there any way to restrict user to edit tasks and delete them in his Tasks folder using addin? I can restrict single task deletions (when user presses delete button in task form) using ItemEvents_10_BeforeDeleteEventHandler which has a reference parameter - cancel. However I am not able to do this when user select multiple tasks and deletes them. In this case I can only catch ItemsEvents_ItemRemoveEventHandler and it has no parameters at all. Besides, I want to restrict user to edit any of task fields. |
#3
|
|||
|
|||
![]()
Even with code it's hard to avoid a user being able to change things in
their own mailbox. In-cell editing comes to mind right away. To completely disable that might be impossible. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message ups.com... I'm sorry, I think didn't stated clearly what i want to do, because of my bad English... I want user not to be able to modify any field of some tasks, except field "Completed", besides user must not be able to delete these tasks. Is there any way to do it using outlook add-ins? Any help would be greatly appreciated. писал(а): Is there any way to restrict user to edit tasks and delete them in his Tasks folder using addin? I can restrict single task deletions (when user presses delete button in task form) using ItemEvents_10_BeforeDeleteEventHandler which has a reference parameter - cancel. However I am not able to do this when user select multiple tasks and deletes them. In this case I can only catch ItemsEvents_ItemRemoveEventHandler and it has no parameters at all. Besides, I want to restrict user to edit any of task fields. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Task pane in outlook 2003 | [email protected] | Outlook - Using Forms | 0 | October 11th 06 06:45 AM |
Great! Outlook Beta deletion! | Bodster | Outlook - General Queries | 4 | July 4th 06 01:16 AM |
Outlook 2007 and RSS feed deletion | Sam Steinhauser | Outlook - General Queries | 3 | June 11th 06 06:44 PM |
Outlook macro or automated junk deletion | mojalam | Outlook and VBA | 5 | May 17th 06 04:26 AM |
Outlook 2003 Task Filtering | No Spam | Outlook - General Queries | 0 | March 7th 06 09:41 PM |