cancel
Showing results for 
Search instead for 
Did you mean: 

MAPIEx - Save Multiple Attachments with the same name

Anonymous
Not applicable
Hi all, I'm using MAPIEx for get mails and when I try to save attachments with the same name, it only save one. I mean , if I have 4 attachments called "aa.txt;aa.txt;bb.txt;bb.txt" it only save "aa.txt;bb.txt" . There is an issue to save every mail without overwrite? Thank you
1 REPLY 1

Anonymous
Not applicable
Blue Prism MAPIex is straightforward and not much sustainable. If you have the coding background (In .net), I would suggest you create a new object which is checking first whether that same named file exists already? If so, then use ""save as"". You can use default COM object called ""Microsoft.Office.Interop.Outlook"" to reach out the variety of Outlook objects - In case you wanna write a new object in BP.