Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with SENDMAIL
Message
 
To
23/07/1999 10:41:55
Michael Vaccarello
Insurance Data Processing, Inc.
Wyncote, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00245292
Message ID:
00245338
Views:
21
>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

Might try something like this...
oRecipient = oMessage.recipients.ADD()
oRecipient.Name = "MVaccarello@IDPNET.COM"

HTH
Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform