Does the action “Send e-mail with attachments” send attachments as files or just as hyperlinks? Is that action available in SharePoint Online (2013)?
Thanks
Hi Jörg,
Workflow action “Send e-mail with attachments” sends attachments as files. You can specify direct links to attachment files separated by semicolons in the properties.
See documentation for description of parameters.
You also can turn on message body parsing. If ParseImages equals Yes, then all images from HTML tags will be attached as files. If ParseLinks equals Yes, then all files linked by HTML tag will be also attached as files.
Is there in chance that the body sting builder will allow HTML Formatting instead of putting everything on one line… I am trying to add content to the body of a message, but its still putting it all in one line.
tjohnson101374,
I’m not sure that understand you, could you please clarify what are you trying to do?
I figured out how to format the String builder to send html. Was worried that I would run into a character limit in that string builder.