This commit is contained in:
Jonathan Jenne
2023-12-06 14:38:17 +01:00
parent cb2e3eb955
commit f5cb74d9c7
7 changed files with 35 additions and 1 deletions

View File

@@ -65,6 +65,13 @@ Public Class EnvelopeReceiver
End Get
End Property
Public ReadOnly Property HasEmailAndName As Boolean
Get
Return String.IsNullOrWhiteSpace(Email) = False And
String.IsNullOrWhiteSpace(Name) = False
End Get
End Property
Public Property Sequence As Integer = 0
Public Property PrivateMessage As String = ""
Public Property AccessCode As String = ""