Jobs/EDMI: Add Logging for GetOriginalEmailPath

This commit is contained in:
Jonathan Jenne 2021-04-15 11:15:09 +02:00
parent 2f047b67d9
commit 6ce39ea261

View File

@ -176,6 +176,7 @@ Public Class EmailFunctions
If IO.File.Exists(oAttachmentPath) Then
Return oAttachmentPath
Else
_logger.Warn("Email File {0} does not exist. Empty String will be returned.", oAttachmentPath)
Return String.Empty
End If
End Function