Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating an appointment in Outlook 98
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00246400
Message ID:
00246608
Vues:
19
>>Does anybody have an example on how to create an appointment in Outlook 98 ?
>>
>>Regards,
>
>Here's one way:
>
>ox = CREATEOBJECT( "Outlook.Application" )
>on = ox.GetNameSpace( "MAPI" )
>oFolder = on.GetDefaultFolder( 9 ) && Default folder, might need to get a different folder
>oEvent = oFolder.Items.Add( 1 )
>oEvent.Subject = "My subject text"
>oEvent.Start = {mm/dd/yy}
>oEvent.End = {mm/dd/yy}
>oEvent.Display
>
>Bill

Done. Thank you very much.
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform