Hello
We are using Aspose.Email18.2 and try upgrade to 23.4. Some methods/Properties of the SmtpClient are removed.
1.smtpClient.Encoding.
Which method/Property should we use to replace it?
2.smtpClient.AuthenticationMethod = SmtpAuthentication.Login and smtpClient.AuthenticationMethod = SmtpAuthentication.CramMD5
we use “smtpClient.AllowedAuthentication = SmtpKnownAuthenticationType.Login” and “smtpClient.AllowedAuthentication = SmtpKnownAuthenticationType.CramMD5”. Is it right?