Jump to content

azdayton

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by azdayton

  1. Apparently Outlook MUST be running to access the GAL, and there's no way to activate the GAL through scripting. We used to be able to at least specify a VBA macro to run from the command line, but that's no longer possible. So essentially, this is a fully MANUAL process now. The only way I've found to accomplish this is to use a macro program. Personally I use MacroExpress, put I'm sure AutoHotKey could do it too. Basically you just need to launch Outlook if it isn't running, then hit Ctrl+Shift+B. But I wanted to leave just the GAL window showing, so I did a little extra on mine: If a window title containing " - Outlook" isn't running, set a variable to 5. This will be the delay used later. If the program OUTLOOK.EXE is running, activate that window, otherwise launch it. Type in CTRL+SHIFT+B - This is the hotkey to open the Global Address List in Outlook. Delay X seconds, where X is the number set to the variable in step 1. This allows time for Outlook to load if it wasn't running. On my PC 5 seconds is overkill, but you never know. Minimize the window whose title contains " - Outlook". This minimizes Outlook, leaving the GAL window open.If you find a better way, be sure to let us know. I've actually been asked this question a dozen or so times, so I know we're not the only ones who'd like the functionality! - AzDayton - Fri. 09/25/2015 @ 09:19:50
×
×
  • Create New...