M
Mark Wilson
While Word 2007 has a DocumentBeforePrint event, Outlook 2007 seems to have
nothing. I need to implement a print confirmation dialog for Outlook. While
it is possible to repurpose FilePrint by adding some code to CustomUI.xml,
<commands>
<command idMso="FilePrint" onAction="MyPrintConfirmation" />
</commands>
....this will only trap Print commands that the user activates via the
Ribbon. If the user uses a keyboard shortcut like <CTRL P> then
MyPrintConfirmation is not executed.
With the deprecation of Exchange Client Extentions for the next release of
Outlook, this seems to be an event that previously could be captured via
IExchExtCommands:oCommand.
Is there any way around this?
nothing. I need to implement a print confirmation dialog for Outlook. While
it is possible to repurpose FilePrint by adding some code to CustomUI.xml,
<commands>
<command idMso="FilePrint" onAction="MyPrintConfirmation" />
</commands>
....this will only trap Print commands that the user activates via the
Ribbon. If the user uses a keyboard shortcut like <CTRL P> then
MyPrintConfirmation is not executed.
With the deprecation of Exchange Client Extentions for the next release of
Outlook, this seems to be an event that previously could be captured via
IExchExtCommands:oCommand.
Is there any way around this?