Wednesday

cannot convert from 'string' to 'System.Xml.Linq.XElement'

we can use XElement.Parse(modeldetail); to convert string into XElement.

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...