What Code To Use to Send Outlook to System Tray at Startup?

D

dav

I got 2 questions:

1) What VBA code do I use to minimize Outlook to the taskbar when my
computer starts up?

2) When I click on an online link to add an appointment to my calendar, an
appointment window pops up ALONG WITH, unfortunately, Outlook 2010 itself.
Its very annoying. I just want the appointment window to pop up, not
Outlook itself. How can I minimize Outlook itself to the taskbar while the
appointment window visibly pops up?
 
K

Ken Slovak

You would need to get the ActiveExplorer or ActiveInspector from the
Application object and use the Explorer.WindowState property or the same
property for the Inspector. You would set WindowState to
OlWindowState.olMinimized.

As far as your second request, that can't be done. You can't change that
behavior.
 

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