Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Task requests
Message
From
01/02/2002 10:34:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Task requests
Miscellaneous
Thread ID:
00614023
Message ID:
00614023
Views:
38
Hello,

when using Outlook you can create a Task Request which you send to another person. Is there any way you can create an object of a Task Request useing Visual Foxpro 7 ? I can create a simple task request using the code beneath:

oOutlook = Createobject("Outlook.Application")
oTask1 = oOutlook.CreateItem(olTaskItem)
...
...
...

Anyone knows how? Thanks in advance
Next
Reply
Map
View

Click here to load this message in the networking platform