Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook tasks
Message
De
20/05/2005 06:58:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
01016138
Message ID:
01016145
Vues:
11
This message has been marked as the solution to the initial question of the thread.
I am trying to add a button to a program that i have that takes some details from the screen and adds these into a task in outlook. this is a bit harder than i thought, i have it working for contacts ok, but the tasks does not seem to follow the same route. has anyone any pointers?
objApp = CreateObject("Outlook.Application")
objTask = objApp.CreateItem( 3 )
WITH objTaask
  .StartDate = DATE()
  .ReminderSet = .T. 
  .Display()
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform