Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Help with this error. method 'SendEmailV2' has an invalid value for parameter 'To'
So i have a label which the email refers to but now for some reason it is throwing this error. Office365Outlook.SendEmailV2(Label4.Text,"A Learning request has been lodged") And in the label4, I have...
Syndicate_Admin
3 years agoAdministrator
I've change the label to Switch as mentioned above but it is still throwing the error.
method 'SendEmailV2' has an invalid value for parameter 'To' below is the code that it is outlining as the issue.
Office365Outlook.SendEmailV2(Label4.Text,"A Learning request has been lodged")