MS2501
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
Dim _file = row.Item(1)
|
||||
Dim handletype As String = row.Item("HANDLE_TYPE")
|
||||
|
||||
If handletype = "@MSGONLY@" Or handletype = "@ATTMNTEXTRACTED@" Then
|
||||
If handletype = "|MSGONLY|" Or handletype = "|ATTMNTEXTRACTED|" Then
|
||||
Try
|
||||
IO.File.Delete(_file)
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user