Blue Prism 6.4.1. Ms Outlook VBO Save Attachment

VALMAN

New Member
Hello Teams,
i'm trying to use MS Outlook vbo to save emails attachments with .eml extension (trough Outlook). Neither Save Attachment nor Save Attachments nor Save email as file do this. System tells me that the element (i assume it refers to the .eml file) cannot be opened. I use the ID obtained from one of the Get Item actions set before and stored into a collection, and the destination folder path for the attachments to be stored, as required. Could someone give me hints about solving this problem? Is there a way through a code stage, maybe? Many many thanks for helping me.
 

Attachments

  • 2019-05-17_14h30_17.png
    392.6 KB · Views: 150

nbargaje

Member
Hello Teams,
i'm trying to use MS Outlook vbo to save emails attachments with .eml extension (trough Outlook). Neither Save Attachment nor Save Attachments nor Save email as file do this. System tells me that the element (i assume it refers to the .eml file) cannot be opened. I use the ID obtained from one of the Get Item actions set before and stored into a collection, and the destination folder path for the attachments to be stored, as required. Could someone give me hints about solving this problem? Is there a way through a code stage, maybe? Many many thanks for helping me.


Hi, How did you get entry ID? where you stored this? what will be data type for entry id?

Thanks,
Nitin
 

VALMAN

New Member
I could solve this problem in 6.5, using "save email as file" MSOutlook VBO giving a complete folder path of an existing and permanent folder on desktop, not a temporary one; the entry ID remains same as i got from "get received items - basic" MSOutlook VBO.
 
Top