Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Out of office (http://www.outlookbanter.com/outlook-vba/23212-out-office.html)

MarkN August 8th 06 11:17 AM

Out of office
 
This is a bit of a re-post.

Is it possible to display a form or message box when I click the OK button
on the Out of Office Assistant dialog.
--
Thanks,
MarkN

Ken Slovak - [MVP - Outlook] August 8th 06 03:06 PM

Out of office
 
Not that I know of, unless you hook all Windows messages to that dialog and
do it that way, using the Win32 API's. Of course you'd also have to find
that dialog when its window was opened, so that's another hook.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MarkN" wrote in message
...
This is a bit of a re-post.

Is it possible to display a form or message box when I click the OK button
on the Out of Office Assistant dialog.
--
Thanks,
MarkN



MarkN August 9th 06 01:35 AM

Out of office
 
Thanks for getting back to me Ken. Can I trouble you with one more question:

Is it possible to launch the Out of Office dialog from a custom form?
--
Thanks,
MarkN


"Ken Slovak - [MVP - Outlook]" wrote:

Not that I know of, unless you hook all Windows messages to that dialog and
do it that way, using the Win32 API's. Of course you'd also have to find
that dialog when its window was opened, so that's another hook.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MarkN" wrote in message
...
This is a bit of a re-post.

Is it possible to display a form or message box when I click the OK button
on the Out of Office Assistant dialog.
--
Thanks,
MarkN




Ken Slovak - [MVP - Outlook] August 9th 06 03:25 PM

Out of office
 
You can launch any dialog that's in the menus by getting the
CommandBarControl that represents that menu item and calling its Execute
method. There are code samples for doing that for various menu items at
www.outlookcode.com.

Once the dialog is opened you usually have no way of accessing it further,
influencing it or getting its return values. About all you can do once a
dialog is opened is to use something like SendKeys to send a keystroke and
hope the dialog has focus so it receives the sent keystroke, a real hack.

Other than that it's off to PostMessage and the Win32 API's.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MarkN" wrote in message
...
Thanks for getting back to me Ken. Can I trouble you with one more
question:

Is it possible to launch the Out of Office dialog from a custom form?
--
Thanks,
MarkN



MarkN August 10th 06 01:54 AM

Out of office
 
Thanks again Ken,

I am an enthuastic amateur who is able to find bits of code and modifies
them to requirements, so don't worry about suggesting methods you describe as
"real hacks" as this is all I know how to do.
--
Thanks,
MarkN


"Ken Slovak - [MVP - Outlook]" wrote:

You can launch any dialog that's in the menus by getting the
CommandBarControl that represents that menu item and calling its Execute
method. There are code samples for doing that for various menu items at
www.outlookcode.com.

Once the dialog is opened you usually have no way of accessing it further,
influencing it or getting its return values. About all you can do once a
dialog is opened is to use something like SendKeys to send a keystroke and
hope the dialog has focus so it receives the sent keystroke, a real hack.

Other than that it's off to PostMessage and the Win32 API's.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MarkN" wrote in message
...
Thanks for getting back to me Ken. Can I trouble you with one more
question:

Is it possible to launch the Out of Office dialog from a custom form?
--
Thanks,
MarkN





All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com