Compare commits
2 Commits
c2200ec1b4
...
d3870b9337
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3870b9337 | ||
|
|
49541eaf9b |
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"CurrentProjectSetting": null
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
"",
|
||||
"\\App"
|
||||
],
|
||||
"SelectedNode": "\\App\\SERV_EMAIL.sln",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -65,11 +65,14 @@ Public Class clsWorkEmail
|
||||
If oTempMailExists = True Then
|
||||
Try
|
||||
Dim oFS As FileStream = File.OpenRead(CURRENT_TEMP_MAIL_PATH)
|
||||
oFS.Close()
|
||||
oTempMailAccessible = True
|
||||
Logger.Debug("Temp file is accessible!")
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
Logger.Warn($"Could not read the Temp-Mail. Insufficient rights? Message: {ex.Message}")
|
||||
End Try
|
||||
|
||||
If oTempMailAccessible = True Then
|
||||
MessageError = False
|
||||
If CURRENT_MAIL_SUBJECT.Contains("[PROCESSMANAGER]") Then
|
||||
|
||||
Reference in New Issue
Block a user