Outlook 2007 wrote:
> I am running 2 profiles, simultenously of Outlook 2007, using a program
> called ExtraOutlook. Since both profiles are running at the same time, I
> would like to change the name of the Outlook application. Even thou each
> profile has a unique name, the Outlook Main Window always has the name
> "Folder name - Microsoft Outlook", where Folder name is the name of folder
> currently being viewed. This is the name that appears in the Upper left hand
> corner, plus when I go into the TaskBar, both profiles with this name. Any
> suggestions? Can this be done using VBA?
You could use a hex editor to dig into the bytes inside the outlook.exe
program to find where to change the "Microsoft Outlook" string to then
change it and basically create yourself a new outlook.exe file. Enjoy.
For a VBA solution, ask in a microsoft.public.outlook.programming_vba
group.
|