168.166.10.10 writes:
Hi,
I need to write a Lotus Notes script which will detach a file from an email and place it in a specific folder on the C or D Drive on a computer.
Is there any other way than using Lotus Notes script to accomplish this?
Where can I find examples on how to write such a script as I have never written a Lotus script before.
Thanks
Tim
Timothy
195.212.29.225 writes:
Have you tried double clicking on the attachment, then clicking 'detach' and select from there the drive you want to send the attachment to? I have done this successfully in the past and have no knowledge of Lotus script either!
Hope that helps
Alison
207.109.148.193 writes:
If you are doing this on the backend w/ LotusScript then you will probably want to use a notesembedded object... that is how I attached a file to an email in the background. (Check it out in the help file... Not the lite version either)... But if you are doing this in the frontend then just rightclick on the attachment and choose the detach option.
LJ