Why, when I open up the DotNetNuke.Modules solution, do I see the following:
C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\Feedback\Feedback.ascx.vb(191): 'Public Function SendNotification(MailFrom As String, MailTo As String, Bcc As String, Subject As String, Body As String) As String' is obsolete: 'This function has been replaced by DotNetNuke.Services.Mail.Mail.SendMail'
I also see the following (on an aside)
C:\Inetpub\wwwroot\dotnetnuke\DesktopModules\Events\EventsController.vb(150): 'Public Function XMLEncode(HTML As String) As String' is obsolete: 'This function has been replaced by DotNetNuke.Common.Utilities.XmlUtils.XMLEncode'
Anyone able to tell me why this is in the source of the latest "final" release of DNN???
Marko