Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quit/Hide Outlook
Message
From
15/02/1999 06:50:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Quit/Hide Outlook
Miscellaneous
Thread ID:
00187623
Message ID:
00187623
Views:
66
Hi,
How could I quit or hide MS Outlook which been displayed? I tried to use quit method, but the instance is still not closed when i check it using Alt-Ctrl-Del

oOutlook=createobject("outlook.application")
#include office97.h
*Create an instance of Outlook to allow access fuunction from MS Outlook
oOutlook=CREATEOBJECT("outlook.application")
oMAPI=oOutlook.getnamespace("MAPI")
objFolder=oMAPI.getdefaultfolder(olFolderInbox)

oOutlook.quit
or
objFolder.quit


ALSO DON'T WORK....


Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform