Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding appointments to Outlook
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01038206
Message ID:
01038831
Views:
21
If I understand you question correctly, you me to post the complete coding syntax (as I already posted a small snippet in another message), to achieve what you need to do?


>I didn't mean the syntax for createobjectex. I meant the syntax for Outlook automation to schedule an appointment in Outlook and then send an invitation for someone to join the appointment.
>
>We are also experimenting with creating an html link within an email message. When the recepient clicks this link the appointment would be added to Outlook. It requires some manual work from the recepient but it seems Outlook security requires manual approval even for "invite" message.
>
>Mon
>
>
>
>>Take a look at CREATEOBJECTEX() in the help file.
>>
>>>Thanks. What would be the syntax to add the appointment to a remote computer instead of the local one? Our application will run on an appointment scheduling computer. When a client schedules an appointment with an advisor, we want to update Outlook on that advisor's computer with the appointment.
>>>
>>>Mon
>>>
>>>>
>>>>
LOCAL oOutlook,oNameSpace
>>>>oOutlook = CREATEOBJECT('outlook.application')
>>>>oNameSpace = oOutlook.getnamespace('MAPI')
>>>>oApp =oOutlook.createitem(1)
>>>>etc.....
>>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform