Is there a way to change the behavior of the "send to"-drop-down in a DL from "E-Mail a link" to "E-Mail as attachment"?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
If you want to send a document as an attachment, you will need to write custom code. Use a feature to create a custom action that adds the "Send as attachment" link to the ECM.
Clicking this menu item navigates to a custom application page where the user enters the email address/subject/email-body. The code-behind constructs the email and creates the attachment based on the current item and then sends the email.
|
|||
|