Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook tasks
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook tasks
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01016138
Message ID:
01016138
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform