16-11-23
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Public Class EmailData
|
||||
|
||||
Public Class EmailData
|
||||
Public Property EmailAdress As String
|
||||
Public Property EmailSubject As String
|
||||
Public Property EmailBody As String
|
||||
@@ -12,4 +13,10 @@
|
||||
Public Property SignatureLink As String
|
||||
Public Property Message As String
|
||||
|
||||
Public ReadOnly Property EmailSubjectTranslated
|
||||
Get
|
||||
Return String.Format(My.Resources.Email.Sie_haben_ein_Dokument_zur_Unterschrift_erhalten___0_, EmailSubject)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user