R
Robert Jones
This is for Outlook 2000 and 2003
I can create an instance of outlook with
set gOutlookApp = CreateObject("Outlook.Application")
I can make the instance visible with
gOutlookApp.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Display
How can I now minimize the Outlook window?
I can create an instance of outlook with
set gOutlookApp = CreateObject("Outlook.Application")
I can make the instance visible with
gOutlookApp.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Display
How can I now minimize the Outlook window?