Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with SENDMAIL
Message
From
23/07/1999 10:41:55
Michael Vaccarello
Insurance Data Processing, Inc.
Wyncote, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Problems with SENDMAIL
Miscellaneous
Thread ID:
00245292
Message ID:
00245292
Views:
69
I have figured out how to add attachments, put subjects, and messages using some of the code provided in the SENDMAIL sample. However, every time I try to put a recipient (because I want it to mail out automatically and not come up in front of the user), I get an error. Here is the code:

CODE THAT I KNOW WORKS FINE
this.parent.OleMMess.sessionid=this.parent.OleMSess.sessionid
* Start a new mail message and build the text
this.parent.OleMMess.compose
lcMessageText="Testing this message"
this.parent.OleMMess.msgnotetext=lcMessageText
this.parent.OleMMess.msgsubject="IDP Upload Interface Report"
this.parent.OleMMess.AttachmentName = "junk.txt"
this.parent.OleMMess.AttachmentPathName = "C:\junk.txt"
this.parent.OleMMess.send(1)

When I insert the line below just above the SEND command, it always gives me an error:
this.parent.OleMMess.RecipAddress="MVaccarello@IDPNET.COM"

Any ideas? Any help? Documentation is hard to find for this.

Thanks.

Mike Vaccarello
Next
Reply
Map
View

Click here to load this message in the networking platform