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

Click here to load this message in the networking platform