Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding appointments to Outlook
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01038206
Message ID:
01038554
Vues:
21
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.....
>>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform