Jobs/EDMI: Add Logging for GetOriginalEmailPath
This commit is contained in:
@@ -176,6 +176,7 @@ Public Class EmailFunctions
|
|||||||
If IO.File.Exists(oAttachmentPath) Then
|
If IO.File.Exists(oAttachmentPath) Then
|
||||||
Return oAttachmentPath
|
Return oAttachmentPath
|
||||||
Else
|
Else
|
||||||
|
_logger.Warn("Email File {0} does not exist. Empty String will be returned.", oAttachmentPath)
|
||||||
Return String.Empty
|
Return String.Empty
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|||||||
Reference in New Issue
Block a user