From bc18b693bb9e0423923998502fd364ea8a6ed501 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 5 Dec 2019 16:03:11 +0100 Subject: [PATCH] clean up --- DDEmailService/EmailService.vb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DDEmailService/EmailService.vb b/DDEmailService/EmailService.vb index 594ffad7..4e09adce 100644 --- a/DDEmailService/EmailService.vb +++ b/DDEmailService/EmailService.vb @@ -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