Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending email from fox
Message
 
To
12/11/2002 09:35:11
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00721557
Message ID:
00721595
Views:
8
Seems you have not proper syntax near Recipients.Add line. Try:

objRecip= mailmessage.Recipients.Add
objRecip.name = recpadd
objRecip.Resolve
mailmessage.Send
....

>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform