AboutPaski K. Paskaradevan Expertise I have 3 + years in Lotus Notes application development. I am a CLP R5 Application Development. I can answer any question pertaining to application development.
Experience R5 CLP. In addition, I have a bachelors degree in Engineering and a MBA.
Question Iam creating an application to send out emails.I have created the email using Notes Mime Entity class and used html code inside it.Now Iam trying to attach a pdf document.
There will be lot of users using this application.So I thought of building up the pdf inside the database and attaching it to the emails.When I try to click create->attach and attach it the email doesnot display the attachment.Also I tried to add the document to Shared Resources file and Iam not sure how to attach it to the form from there.Please suggest a way to accomplish this
Answer Hi,
I think the problem here is that, to attach a file, it should be physically available on the hard drive. So, once you build your pdf, save it to a drive (it can be local), then get it and attach it.
After attaching it, you can delete it from the drive.
This I am saying without looking at your code. So, I cannot guarantee this.