MS Config Common Paths DMZ Version 1.4

This commit is contained in:
2024-02-21 09:19:19 +01:00
parent 02a197e535
commit 51741be5de
4 changed files with 25 additions and 4 deletions

View File

@@ -2,6 +2,9 @@
Public Property ExternalProgramName As String = "Sign Flow"
Public Property DocumentPath As String = ""
Public Property ExportPath As String = ""
Public Property DocumentPath_DMZ As String = ""
Public Property ExportPath_DMZ As String = ""
Public Property SignedMail_Path As String = ""
Public Property SendingProfile As Integer = 0
Public Property SignatureHost As String = ""
End Class