Andretgf
(Andretgf)
November 28, 2018, 1:09pm
1
Hello,
As the image shows, both varEmailToSend.Subject and varEmailToSend.Body are working and have been tested.
Now I need to the current row of the variable varRequesterMail to the “To:” of the email in order to send it, but I can’t, it doesn’t recognize .To as valid.
Can someone please help me?
Thank you!
Divyashreem
(Divyashree Muddagangaiah)
November 28, 2018, 1:21pm
2
Can you post the error message.?
Head
(Serg)
November 28, 2018, 1:42pm
3
Hello,
What is a type of varRequesterMail ?
You can’t assign string to varEmailToSend.To
Try invoke method
I didn’t test it but it’s a way you should go.