This commit is contained in:
Jonathan Jenne 2019-12-05 16:03:11 +01:00
parent 7679550160
commit bc18b693bb

View File

@ -155,10 +155,6 @@ Public Class EmailService
End Try
End Sub
Private Function SendEmailFromMSSQL()
Throw New NotImplementedException()
End Function
Private Function SendEmailFrom(Database As DatabaseType, MSSQLInstance As MSSQLServer)
Try
Dim oSQL As String = String.Empty