Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with Outlook 2000
Message
De
14/07/1999 15:01:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Problems with Outlook 2000
Divers
Thread ID:
00241437
Message ID:
00241437
Vues:
57
I am using tht following code to automate Outlook 2000:

oOutlookObject=CREATEOBJECT("Outlook.Application")
oEmailItem=oOutlookObject.CreateItem(olMailItem)
WITH oEmailItem
.Body= THISFORM.edit1.VALUE
.TO=THISFORM.text1.VALUE
.CC=THISFORM.text2.VALUE
.Subject=THISFORM.text3.VALUE
.Attachments.ADD(THISFORM.text4.VALUE)
.SEND
ENDWITH

it was working fine with Outlook 98.
Does Anyone know what changed? or Where can I find more info?


Thanks

Sergio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform