MS Config
This commit is contained in:
@@ -23,7 +23,8 @@ Public Class ConfigModel
|
||||
.SendingProfile = oRow.ItemEx("SENDING_PROFILE", 0),
|
||||
.SignatureHost = oRow.ItemEx("SIGNATURE_HOST", ""),
|
||||
.ExternalProgramName = oRow.ItemEx("EXTERNAL_PROGRAM_NAME", ""),
|
||||
.SignedMail_Path = oRow.ItemEx("SIGNED_MAIL_PATH", "")
|
||||
.SignedMail_Path = oRow.ItemEx("SIGNED_MAIL_PATH", ""),
|
||||
.DOCUMENT_PATH_MOVE_AFTSEND = oRow.ItemEx("DOCUMENT_PATH_MOVE_AFTSEND", "")
|
||||
}
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
|
||||
Reference in New Issue
Block a user