[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge and NuGet Packages

  • Thread starter Thread starter Neil Treeby
  • Start date Start date
Status
Not open for further replies.
N

Neil Treeby

Guest
I'm not looking to leverage lots of third-party .NET functionality. Like you, I'm looking at using .NET to do basic stuff that is included in the framework. Email is one of them, and this is where NuGet comes into the picture. Microsoft recently declared that System.Net.Mail.SmtpClient is obsolete ( docs.microsoft.com/.../system.net.mail.smtpclient , which links to github.com/.../DE0005.md) , and are encouraging folks to start using the MailKit/MimeKit NuGet package instead. Since I'd rather use .NET than continue to use CDO, this essentially forces me to use NuGet since I don't see MS incorporating MailKit/MimeKit into .NET any time soon.

Continue reading...
 
Status
Not open for further replies.
Back
Top