Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make outlook appear
Message
From
13/11/2000 11:48:39
 
 
To
13/11/2000 11:24:42
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00441046
Message ID:
00441079
Views:
18
>Thanks for the help, but the code doesn't work. I am creating an Excel spreadsheet with three buttons. A button to display MS WORD, I got that to work, a button to display Adobe Acrobat, and a button to display outlook.
>
>Any other ideas?
>
>Jim
>>>I need to have outlook appear. The code I have is below, but it's not working. Does anyone know the correct command?
>>>
>>>Thanks
>>>
>>>Jim
>>>
>>>
>>>oOutlook =CREATEOBJECT("Outlook.Application")
>>>ooutlook.visible = .T.
>>
>>oOutlook.Explorers.Item(1).Display()

Sorry, this was with Outlook already running...
To get Inbox up...
#Define olFolderInbox 6
oOutlook =CREATEOBJECT("Outlook.Application")
oInbox = oOutlook.GetNameSpace("MAPI").GetDefaultFolder(olFolderInbox)
oInbox.Display()
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform