Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MailService in FoxPro

Status
Not open for further replies.

sdmi

Programmer
Dec 6, 2001
17
US
In my program, i need to be able to send email message and attach file. I am able to send email massage throu, but attachment is not going. My code:
thisform.MailService.Message.AttachmentPathName = &strOutputFile
Any suggestion are welcome. Sincerely, Alex
 
sdmi

What is "MailService?"

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Alex,

Is it MSMAPI controls (OCX) you are referencing to as MailService? If yes - I have written a form+functions for sending E-Mail with attached files. It works with MS Outlook and Eudora for sure.

Let me know if it's what you need.


Regards,

Ilya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top