Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make outlook appear
Message
De
13/11/2000 11:48:39
 
 
À
13/11/2000 11:24:42
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00441046
Message ID:
00441079
Vues:
13
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform