2023-09-20

This commit is contained in:
2023-09-20 13:46:34 +02:00
parent 12556e41e4
commit 510813b06a
12 changed files with 119 additions and 16 deletions

View File

@@ -2,6 +2,13 @@
Public Property EmailAdress As String
Public Property EmailSubject As String
Public Property EmailBody As String
Public Property ReferenceID As Integer
Public Property ReceiverName As String
Public Property SenderName As String
Public Property SenderAdress As String
Public Property SignatureLink As String
Public Property Message As String
End Class