Outlook 2007 and Item.Close

S

slbergh

Has the issue with Item.Close been resolved yet? I have a custom form with a
button that saves and closes the form. In Outlook 2003, it works fine;
however, in 2007 it causes Outlook to crash. Before I migrate my users to
'07, I need to find a way around this issue.

This is the only code being used:
Sub cmdSaveClose_Click
Item.Close(0)
End Sub
 
D

Dean Rosenhain

I recently raised this as a bug in Outlook 2007. Microsoft were very good at
confirming and tracking the issue with me. I have received a "pre Hotfix"
version of Outlook and the VB Script dll that fixes the problem. I expect it
will be wrapped into a real hotfix in the next few weeks.

BTW - this is not the "can't do some things in a Close event" issue - this
is a problem calling the Item.Close method anywhere in code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top