>I would like to have to confirm when exiting Outlook. Is this possible?
Stick an unaddressed message in the Outbox. When you close Outlook it will
tell you you have unsent messages and ask if you want to close.
--
Brian Tillman [MVP-Outlook]
Since Outlook won't let you send an e-mail (to put it into the Outbox)
with no recipients specified, use File -> Save to put a copy into the
Drafts folder. Exit the new-mail compose window. Drag the item from
the Drafts folder to the Outbox folder. Right-click on the item and
select Mark As Read. You'll get a 15-second prompt before Outlook will
exit to decide if you want to rescind your deliberate or accidental
choice to exit Outlook.
Another solution is OLKeeper: It can prompt you before closing Outlook or
minimize Outlook automatically. For details see the link in my signature,
please.
--
Best regards
Michael Bauer - MVP Outlook
: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>
> Another solution is OLKeeper: It can prompt you before closing Outlook or
> minimize Outlook automatically. For details see the link in my signature,
> please.
$49 for OLKeeper. OUCH!
That's for a site license.
Too bad a single-seat license isn't available (for end users).
Exactly. That means you can install it on as many computers in your
organization as you want to.
The process for adding an "Are you sure you want to close Outlook?"
prompt is fairly simple. Using VSTO and VS 2008 you'll need to subclass
the Form and intercept the WM_CLOSE command in the WndProc sub to
display a simple messagebox. You'll have to use the Windows FindWindow
API to determine the handle of the current Outlook explorer window from
Application.ActiveWindow since it is not a published property.
--
bdulaney
http://forums.slipstick.com