Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook tasks
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Outlook tasks
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:
01016138
Vues:
49
hi all,
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? the code below is really a translation from some VB code i saw.
objApp = CreateObject("Outlook.Application")
objTask = objApp.CreateItem(olTaskItem)

With objTask
	.StartDate = DATE()
	.ReminderSet = True
	.Display
ENDWITH
Slán
~M
Go raibh maith agat

~M
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform