J
j.dowling
Hi there,
I've written some custom Outlook VBA code which is executed when a
mailitem is closed. The logic when a user closes a mailitem is:
1. The user is prompted for a server file location to save the email,
2. The email is saved to that location,
3. And the email is deleted from the inbox.
The idea is to force staff at this law company to store emails
centrally and automatically clean up their Inbox folder.
This has worked nicely for the past few years with Outlook 2000 and
2003. However since the outlook security update KB924085 the email
cannot be deleted. The mailitem Close and Move events also fail. The
error is "Run time error '-417070840 (e7240108)': Unable to complete
the command.".
If I uninstall the update everything is fine.
Has anyone else had this problem and worked around it? At the moment I
can only save the email after updating the flagicon and updating the
subject line to "***please delete me***".
Thanks,
Jason
I've written some custom Outlook VBA code which is executed when a
mailitem is closed. The logic when a user closes a mailitem is:
1. The user is prompted for a server file location to save the email,
2. The email is saved to that location,
3. And the email is deleted from the inbox.
The idea is to force staff at this law company to store emails
centrally and automatically clean up their Inbox folder.
This has worked nicely for the past few years with Outlook 2000 and
2003. However since the outlook security update KB924085 the email
cannot be deleted. The mailitem Close and Move events also fail. The
error is "Run time error '-417070840 (e7240108)': Unable to complete
the command.".
If I uninstall the update everything is fine.
Has anyone else had this problem and worked around it? At the moment I
can only save the email after updating the flagicon and updating the
subject line to "***please delete me***".
Thanks,
Jason