Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More Lotus Notes e-mail questions.
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00391154
Message ID:
00394095
Views:
23
Larry,

Sorry to bother you again (see what happens when you are so helpful) , but ...

1.) I tried
oBody = loDoc.CreateRichTextItem("Body")
oBody.Appendtext(m.lcmessage)

and they are still getting the 1903 error, String too long. However, the string is not too long -- but it does have a few chr(013)'s stuck in there. I am going to convert it to an attachment and append it. However -- anything else you can suggest?

2.) I parsed the names as you suggested and now the first name is sent correctly, but any additional names do not get sent. Any ideas?

do while occurs(";",lcsendstr) > 0
lctemp = alltrim(left(lcsendstr,at(";", lcsenstr)-1)
loDoc.AppendItemValue("SendTo",lctemp)
lcsenstr = substr(lcsendstr,at(";",lcsenstr)+1)
enddo

3.) The user said the nothing was in her copy of sent items folder for the e-mails that did go out. Is this normal?

Thanks again,
Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform