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:
01038222
Vues:
23
>How do we add an appointment scheduled via our VFP 9 app to the person's Outlook calendar?
LOCAL oOutlook,oNameSpace
oOutlook = CREATEOBJECT('outlook.application') 
oNameSpace = oOutlook.getnamespace('MAPI')
oApp =oOutlook.createitem(1)
etc.....
>Hi,
>
>How do we add an appointment scheduled via our VFP 9 app to the person's Outlook calendar? Outlook has a function to "invite attendees" to an appointment. This sends an email message to the attendee with the appointment info. Outlook intercepts this message and adds the appointment transparently.
>
>Is the format of this invitation message standarized or do we need to use Outlook automation to send it? If the latter how is this done? TIA.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform