For our email communication, We open MS-Outlook with the following code:
&&---------------------------------------
PUBLIC loOutlook as Object, loNameSpace as Object, loFolder as Object
loOutlook = CREATEOBJECT("Outlook.Application")
loNameSpace = loOutlook.GetNameSpace("MAPI")
loFolder = loNameSpace.GetDefaultFolder(6)
loFolder.Display
&&---------------------------------------
Can somebody please help me control whether we open it Minimized or Maximized. Thanks in advance.
&&---------------------------------------
PUBLIC loOutlook as Object, loNameSpace as Object, loFolder as Object
loOutlook = CREATEOBJECT("Outlook.Application")
loNameSpace = loOutlook.GetNameSpace("MAPI")
loFolder = loNameSpace.GetDefaultFolder(6)
loFolder.Display
&&---------------------------------------
Can somebody please help me control whether we open it Minimized or Maximized. Thanks in advance.