View Single Post
  #8  
Old October 13th 08, 06:27 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Deleting a message item permanently

Put code in your CustomAction event handler to check the parent folder, and
if it's in the Deleted Items folder, cancel the action and show a MsgBox to
the user.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Bilal" wrote:


In fact, the form we have developed is to get the approval from department
managers. It has an 'approve' and a 'deny' button. once clicked on on of
these buttons a new reply mail is sent and the custom from is deleted from
inbox using 'item.delete'. we want to ensure that the users should completely
not have access to this item, once approval is given. When it is in deleted
items, still it is possible to open and click the approval button again.

Is there any work around you can suggest.

"Bilal" wrote:

When "item.delete" vbscript is given, the item is moved to 'deleted items'
folder. How can the item be deleted permanently? Any help is very much
appreciated.

Ads