Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send a message to someone with calendar info
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01260890
Message ID:
01260967
Views:
11
Just treat it like an e-mail, but create a calendar entry instead.
oOutlook = CREATEOBJECT('outlook.application') 
oNameSpace = oOutlook.getnamespace('MAPI')
oCal = oOutlook.CreateItem(3)
with oCal
....
>I know I can send a message to someone which will create a calendar entry for this person.
>how can this be done from a vfp prg?
>
>
>Peter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform