Jobs/ZUGFeRD: Handle Errors while moving files, send mail when unhandled exceptions occur.

This commit is contained in:
Jonathan Jenne
2021-05-10 14:30:05 +02:00
parent 2ae4c9a555
commit 0771d5af28
4 changed files with 96 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
Public Class EmailData
Public Attachment As String
Public Attachment As String = ""
Public Subject As String
Public From As String
End Class