Thu. Dec 25th, 2025

XML

XML Read and Edit xml file <?xml version=”1.0″ encoding=”utf-8″?> <appSettings> <EmailAddress></EmailAddress> <UserName></UserName> <Password></Password> <SMTPserver>smtp.gmail.com</SMTPserver> <Port> </Port> <ssl>False</ssl> </appSettings> Code: public void GetEmailsetting() { vidDocument.Load(XmlPath); // this... Read More