function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
C. Praveen kumarC. Praveen kumar 

“Onclick” of a button I need to attach all files in Notes & Attachments

I have a requirement where in "onclick" of a button in Salesforce I need to open a new mail in outlook and attach all attachments available in "Notes & Attachments" related list. Is it possible?

By using URL link mailto:{!Contact.Email} I can open up an outlook with To addressed to Contact Email, Similarly can I attach all files in Notes & Attachments to that mail?
Uwe HeimUwe Heim
Standard mailto protocol does not support attachments - see http://www.ietf.org/rfc/rfc6068.txt
Uwe HeimUwe Heim
See also http://stackoverflow.com/questions/3019547/is-it-possible-to-add-a-attachment-to-a-mail-with-the-mailto-function-in-actions