Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-09-18 12:04 PM
I am getting below error while trying to send email via webmail.
"Internal : Could not execute code stage because exception thrown by code stage: This property cannot be set to an empty string.
Parameter name: value"
How can i fix this?
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-07-20 04:13 PM
Hi Asish,
Which email VBO do you use? Do you use outlook or SMTP or you are writing your own code stage?
In your case, it is likely the exception is being thrown by the MainAddress constructor. It means you have been trying to add an empty string as an email address, which is not valid. You may want to check to see whether to/from Email Address is an empty string since it says: This property cannot be set to an empty string. It needs to have a value instead of an empty string, that's why you see this "Parameter name: value" as part of the error message.
Thanks,
In Joe
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
------------------------------
Which email VBO do you use? Do you use outlook or SMTP or you are writing your own code stage?
In your case, it is likely the exception is being thrown by the MainAddress constructor. It means you have been trying to add an empty string as an email address, which is not valid. You may want to check to see whether to/from Email Address is an empty string since it says: This property cannot be set to an empty string. It needs to have a value instead of an empty string, that's why you see this "Parameter name: value" as part of the error message.
Thanks,
In Joe
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-07-20 04:13 PM
Hi Asish,
Which email VBO do you use? Do you use outlook or SMTP or you are writing your own code stage?
In your case, it is likely the exception is being thrown by the MainAddress constructor. It means you have been trying to add an empty string as an email address, which is not valid. You may want to check to see whether to/from Email Address is an empty string since it says: This property cannot be set to an empty string. It needs to have a value instead of an empty string, that's why you see this "Parameter name: value" as part of the error message.
Thanks,
In Joe
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
------------------------------
Which email VBO do you use? Do you use outlook or SMTP or you are writing your own code stage?
In your case, it is likely the exception is being thrown by the MainAddress constructor. It means you have been trying to add an empty string as an email address, which is not valid. You may want to check to see whether to/from Email Address is an empty string since it says: This property cannot be set to an empty string. It needs to have a value instead of an empty string, that's why you see this "Parameter name: value" as part of the error message.
Thanks,
In Joe
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
------------------------------
In Joe Khor
Sr. Product Consultant
Blue Prism
