Unable to add multiple attachments using MAPIEx
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-18 09:46 PM
Hi,
i have configured send mail using MAPIEx and i'm unable to add multiple attachments.
it is giving error is "Failure in Send Mail function of Blue Prism Extended MAPI Automation. Failed to add attachment (Attachments)"
please find the attachments for my configuration and give me advise where i did mistake.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-01-18 03:29 PM
If you open your Send Mail step and then press the blue i button, you'll see the Object Definition Document that explains the purpose of the actions, inputs and outputs. Specifically, the Attachments input requires you to supply the file paths as a CSV text, not as a collection.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-01-18 11:12 PM
Hi John,
Yes, now i got it and i have one more question i.e., how to include HTML body in Message parameter or else is there any other way?
please clarify!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-18 06:03 PM
Hi Madhu,
You can add multiple attachments with MapieX if you just concatenate your attachments in a data item.
So just loop through your collection of attachments, put them in 1 data item separated with a "" ; "" and pass that data item to the Send Mail action for the ""Attachments"" input :)
