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:
00253669
Vues:
20
>> 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?

I believe there are now 3 parameters to Send, like (x,y,z), and probably something in Outlook is a little more finicky than the Exchange defaults. I don't have my MSDN handy right now, but you might check out the MS KB, I saw the 3 parameters somewhere there...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform