Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-mail through outlook (again?)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00253587
Message ID:
00253649
Vues:
18
> Bruce is correct, Send(1) or Send(.T.) will do what you want.

Thanks for the response guys. When I use Send(1) or Send(.T.) I get an error "OLE error: Invalid number of parameters." Here's the code:

oOutLookObject = CREATEOBJECT('Outlook.Application')
oEmailItem = oOutLookObject.CreateItem(0)

with oEMailItem
.Body = 'Test from VFP'
.to = 'RobFerguson@swhorse.com'
.send(.T.) && Send(1) same error -- Send() works.
endwith

Any suggestions?

Also, do you know where there is some documentation regarding this? I have John Petersen's Foxtalk articles, which are great, but they only cover so much.

Thanks again.

Rob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform