Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-mail through outlook (again?)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00253587
Message ID:
00253669
Views:
19
>> 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.
Previous
Reply
Map
View

Click here to load this message in the networking platform