Am trying to practice on a small project of mine and i got stuck at a point where if there is no attachment or the title is wrong, i need it when it meets the “else” condition to send an Email to them telling them their email haven’t met the requirements
Thanks A lot for helping me out the item.Attachments.count > 0. worked like charm, but the send outlook message i need to send it as gmail and that for am now using send SMTP Mail Message
but now getting a new error “Send SMTP Mail Message: The specified string is not in the form required for an e-mail address.”
just did and it gave me this error
Error ERROR Validation Error Compiler error(s) encountered processing expression “item.from”.Value of type ‘System.Net.Mail.MailAddress’ cannot be converted to ‘String’. Main.xaml
that did work, Only to appear other error
Send SMTP Mail Message: The specified string is not in the form required for an e-mail address.
if need anymore info or pic for something please let me know, i really appreciate this help
it is, the part of condition (then) works like charm already , its only the ‘else’ part is where am facing the trouble (this is the Email address “t1e1s1to123@gmail.com” ) its just for a test/practices