2023-09-25
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Public Property EmailSubject As String
|
||||
Public Property EmailBody As String
|
||||
Public Property ReferenceID As Integer
|
||||
Public Property ReferenceString As String
|
||||
|
||||
|
||||
Public Property ReceiverName As String
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
_replaceDictionary = New Dictionary(Of String, String) From {
|
||||
{"<NAME_RECEIVER>", pEmailData.ReceiverName},
|
||||
{"<NAME_SENDER>", pEmailData.SenderName},
|
||||
{"<SIGNATURE_TYPE>", ""},
|
||||
{"<SIGNATURE_TYPE>", "signieren"},
|
||||
{"<LINK_TO_DOCUMENT>", pEmailData.SignatureLink},
|
||||
{"<MESSAGE>", pEmailData.Message}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user