Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending email from fox
Message
From
12/11/2002 09:35:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Sending email from fox
Miscellaneous
Thread ID:
00721557
Message ID:
00721557
Views:
37
I have a problem with sending email.
i have code that i worked with about a year ago (on another computer) and can not get it to work now.

mailsession = CREATEOBJECT("mapi.session")
mailsession.Logon(myusername)

mailmessage = mailsession.Outbox.Messages.Add
mailmessage.Subject = &mysubject
mailmessage.Text = getmytext
mailmessage.Attachments.Add(myreportname, 0, 1, &getfile)

messagerecp = objMessage.Recipients.Add(recpadd) && who it's to
mailmessage.Send
mailsession.Logoff

this line gives me an error class definition mapi.session is not found.
i do not believe i used any fox classes before with this.

any suggestions would be great.
thank you.
Next
Reply
Map
View

Click here to load this message in the networking platform