Save Email

tiger19

Member
Hi, I am trying to save outlook .msg. This is my method:

1)MAPIEX --> GetMail
2)MAPIEX --> ListMail, output collection IDs
3)Outlook Email VBO --> Save email as file, entryID are from the collection

Im getting this error upon saving.

Internal : Could not execute code stage because exception thrown by code stage: Value does not fall within the expected range.

How can I solve this issue.
 

Sachin_Kharmale

Active Member
Hi Tiger,
You are getting Email ID with the help of
Blue prism Mapiex VBO
and passed this email id to
Outlook Email VBO due to that you are getting error message "Internal : Could not execute code stage because exception thrown by code stage: Value does not fall within the expected range. "

The best solution would be you need to get
Email Entry ID with the Outlook email VBO and Passed that entry ID to Save Email As file action of Outlook Email VBO.


I hope it will help you !!
 
Top