MS12.02.2016

This commit is contained in:
SchreiberM
2016-02-12 09:45:43 +01:00
parent 2a36cc2a79
commit e1f073d69f
64 changed files with 25315 additions and 5580 deletions

View File

@@ -138,7 +138,7 @@ Public Class ClassFolderWatcher
Next
Dim handleType As String
If e.FullPath.EndsWith(".msg") Then
If e.FullPath.ToLower.EndsWith(".msg") Then
handleType = "@FW_OUTLOOK_MESSAGE@"
Else
handleType = "@FW_SIMPLEINDEXER@"