MS Erweiterung IMAP

This commit is contained in:
Digital Data - Marlon Schreiber
2019-03-26 16:35:05 +01:00
parent 1d07465ca5
commit 9b9ec33533
98 changed files with 2215 additions and 349688 deletions

View File

@@ -26,6 +26,9 @@
<setting name="EmailTest_Receipiant" serializeAs="String">
<value />
</setting>
<setting name="MyTestHTML" serializeAs="String">
<value />
</setting>
</CONFIG_APP.My.MySettings>
</userSettings>
<applicationSettings>

View File

@@ -137,6 +137,18 @@ Namespace My
Return CType(Me("FB_PW"),String)
End Get
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property MyTestHTML() As String
Get
Return CType(Me("MyTestHTML"),String)
End Get
Set
Me("MyTestHTML") = value
End Set
End Property
End Class
End Namespace

View File

@@ -31,5 +31,8 @@
<Setting Name="FB_PW" Type="System.String" Scope="Application">
<Value Profile="(Default)">dd</Value>
</Setting>
<Setting Name="MyTestHTML" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>

View File

@@ -970,6 +970,8 @@ Partial Public Class MyDataset
Private columnWM_IDX_BODY_SUBSTR_LENGTH As Global.System.Data.DataColumn
Private columnPATH_ORIGINAL As Global.System.Data.DataColumn
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub New()
@@ -1189,6 +1191,14 @@ Partial Public Class MyDataset
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public ReadOnly Property PATH_ORIGINALColumn() As Global.System.Data.DataColumn
Get
Return Me.columnPATH_ORIGINAL
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
Global.System.ComponentModel.Browsable(false)> _
@@ -1248,9 +1258,10 @@ Partial Public Class MyDataset
ByVal CHANGED_WHO As String, _
ByVal CHANGED_WHEN As Date, _
ByVal WM_IDX_BODY_TEXT As String, _
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer) As TBEMLP_POLL_PROCESSRow
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
ByVal PATH_ORIGINAL As String) As TBEMLP_POLL_PROCESSRow
Dim rowTBEMLP_POLL_PROCESSRow As TBEMLP_POLL_PROCESSRow = CType(Me.NewRow,TBEMLP_POLL_PROCESSRow)
Dim columnValuesArray() As Object = New Object() {Nothing, PROCESS_NAME, STEP_NAME, Nothing, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH}
Dim columnValuesArray() As Object = New Object() {Nothing, PROCESS_NAME, STEP_NAME, Nothing, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL}
If (Not (parentTBEMLP_POLL_PROFILESRowByFK_TBEMLP_POLL_PROCESS_PROFILE_ID) Is Nothing) Then
columnValuesArray(3) = parentTBEMLP_POLL_PROFILESRowByFK_TBEMLP_POLL_PROCESS_PROFILE_ID(0)
End If
@@ -1305,6 +1316,7 @@ Partial Public Class MyDataset
Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN")
Me.columnWM_IDX_BODY_TEXT = MyBase.Columns("WM_IDX_BODY_TEXT")
Me.columnWM_IDX_BODY_SUBSTR_LENGTH = MyBase.Columns("WM_IDX_BODY_SUBSTR_LENGTH")
Me.columnPATH_ORIGINAL = MyBase.Columns("PATH_ORIGINAL")
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@@ -1356,6 +1368,8 @@ Partial Public Class MyDataset
MyBase.Columns.Add(Me.columnWM_IDX_BODY_TEXT)
Me.columnWM_IDX_BODY_SUBSTR_LENGTH = New Global.System.Data.DataColumn("WM_IDX_BODY_SUBSTR_LENGTH", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnWM_IDX_BODY_SUBSTR_LENGTH)
Me.columnPATH_ORIGINAL = New Global.System.Data.DataColumn("PATH_ORIGINAL", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnPATH_ORIGINAL)
Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true))
Me.columnGUID.AutoIncrement = true
Me.columnGUID.AllowDBNull = false
@@ -1391,6 +1405,7 @@ Partial Public Class MyDataset
Me.columnWM_IDX_BODY_TEXT.MaxLength = 50
Me.columnWM_IDX_BODY_SUBSTR_LENGTH.AllowDBNull = false
Me.columnWM_IDX_BODY_SUBSTR_LENGTH.DefaultValue = CType(0,Integer)
Me.columnPATH_ORIGINAL.MaxLength = 1000
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@@ -3161,6 +3176,8 @@ Partial Public Class MyDataset
Private columnAUTH_TYPE As Global.System.Data.DataColumn
Private columnPORT_IN As Global.System.Data.DataColumn
Private Shared columnCHANGED_WHEN_defaultValue As Date = Date.Parse("1900-01-01T00:00:00")
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@@ -3310,6 +3327,14 @@ Partial Public Class MyDataset
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public ReadOnly Property PORT_INColumn() As Global.System.Data.DataColumn
Get
Return Me.columnPORT_IN
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
Global.System.ComponentModel.Browsable(false)> _
@@ -3347,9 +3372,9 @@ Partial Public Class MyDataset
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Overloads Function AddTBDD_EMAIL_ACCOUNTRow(ByVal NAME As String, ByVal EMAIL_FROM As String, ByVal EMAIL_SMTP As String, ByVal EMAIL_USER As String, ByVal EMAIL_PW As String, ByVal PORT As Integer, ByVal ACTIVE As Boolean, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date, ByVal SSL_AUTH As Boolean, ByVal AUTH_TYPE As String) As TBDD_EMAIL_ACCOUNTRow
Public Overloads Function AddTBDD_EMAIL_ACCOUNTRow(ByVal NAME As String, ByVal EMAIL_FROM As String, ByVal EMAIL_SMTP As String, ByVal EMAIL_USER As String, ByVal EMAIL_PW As String, ByVal PORT As Integer, ByVal ACTIVE As Boolean, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date, ByVal SSL_AUTH As Boolean, ByVal AUTH_TYPE As String, ByVal PORT_IN As Integer) As TBDD_EMAIL_ACCOUNTRow
Dim rowTBDD_EMAIL_ACCOUNTRow As TBDD_EMAIL_ACCOUNTRow = CType(Me.NewRow,TBDD_EMAIL_ACCOUNTRow)
Dim columnValuesArray() As Object = New Object() {Nothing, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE}
Dim columnValuesArray() As Object = New Object() {Nothing, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT_IN}
rowTBDD_EMAIL_ACCOUNTRow.ItemArray = columnValuesArray
Me.Rows.Add(rowTBDD_EMAIL_ACCOUNTRow)
Return rowTBDD_EMAIL_ACCOUNTRow
@@ -3392,6 +3417,7 @@ Partial Public Class MyDataset
Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN")
Me.columnSSL_AUTH = MyBase.Columns("SSL_AUTH")
Me.columnAUTH_TYPE = MyBase.Columns("AUTH_TYPE")
Me.columnPORT_IN = MyBase.Columns("PORT_IN")
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@@ -3425,6 +3451,8 @@ Partial Public Class MyDataset
MyBase.Columns.Add(Me.columnSSL_AUTH)
Me.columnAUTH_TYPE = New Global.System.Data.DataColumn("AUTH_TYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnAUTH_TYPE)
Me.columnPORT_IN = New Global.System.Data.DataColumn("PORT_IN", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnPORT_IN)
Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true))
Me.columnGUID.AutoIncrement = true
Me.columnGUID.AllowDBNull = false
@@ -3441,6 +3469,7 @@ Partial Public Class MyDataset
Me.columnEMAIL_PW.DefaultValue = CType("",String)
Me.columnEMAIL_PW.MaxLength = 1000
Me.columnPORT.AllowDBNull = false
Me.columnPORT.DefaultValue = CType(25,Integer)
Me.columnACTIVE.AllowDBNull = false
Me.columnACTIVE.DefaultValue = CType(false,Boolean)
Me.columnADDED_WHO.MaxLength = 50
@@ -3450,6 +3479,8 @@ Partial Public Class MyDataset
Me.columnSSL_AUTH.DefaultValue = CType(true,Boolean)
Me.columnAUTH_TYPE.DefaultValue = CType("SSL",String)
Me.columnAUTH_TYPE.MaxLength = 50
Me.columnPORT_IN.AllowDBNull = false
Me.columnPORT_IN.DefaultValue = CType(25,Integer)
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@@ -4162,6 +4193,21 @@ Partial Public Class MyDataset
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property PATH_ORIGINAL() As String
Get
Try
Return CType(Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn),String)
Catch e As Global.System.InvalidCastException
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PATH_ORIGINAL in Tabelle TBEMLP_POLL_PROCESS ist DBNull.", e)
End Try
End Get
Set
Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property TBEMLP_POLL_PROFILESRow() As TBEMLP_POLL_PROFILESRow
@@ -4305,6 +4351,18 @@ Partial Public Class MyDataset
Me(Me.tableTBEMLP_POLL_PROCESS.CHANGED_WHENColumn) = Global.System.Convert.DBNull
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function IsPATH_ORIGINALNull() As Boolean
Return Me.IsNull(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn)
End Function
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub SetPATH_ORIGINALNull()
Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn) = Global.System.Convert.DBNull
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function GetTBEMLP_POLL_STEPSRows() As TBEMLP_POLL_STEPSRow()
@@ -5464,6 +5522,17 @@ Partial Public Class MyDataset
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property PORT_IN() As Integer
Get
Return CType(Me(Me.tableTBDD_EMAIL_ACCOUNT.PORT_INColumn),Integer)
End Get
Set
Me(Me.tableTBDD_EMAIL_ACCOUNT.PORT_INColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function IsNAMENull() As Boolean
@@ -6413,6 +6482,7 @@ Namespace MyDatasetTableAdapters
tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN")
tableMapping.ColumnMappings.Add("WM_IDX_BODY_TEXT", "WM_IDX_BODY_TEXT")
tableMapping.ColumnMappings.Add("WM_IDX_BODY_SUBSTR_LENGTH", "WM_IDX_BODY_SUBSTR_LENGTH")
tableMapping.ColumnMappings.Add("PATH_ORIGINAL", "PATH_ORIGINAL")
Me._adapter.TableMappings.Add(tableMapping)
Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand()
Me._adapter.DeleteCommand.Connection = Me.Connection
@@ -6425,15 +6495,15 @@ Namespace MyDatasetTableAdapters
"E, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_"& _
"FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEX"& _
"T, WM_IDX_BODY_SUBSTR_LENGTH)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_"& _
"ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@"& _
"WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@AC"& _
"TIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELEC"& _
"T GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYP"& _
"E, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PA"& _
"TH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, "& _
"CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEM"& _
"LP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())"
"T, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROCESS_NAME,@STEP"& _
"_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,"& _
"@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MA"& _
"IL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_L"& _
"ENGTH,@PATH_ORIGINAL); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY"& _
"_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFER"& _
"ENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SE"& _
"QUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_I"& _
"DX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())"
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROCESS_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROCESS_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@STEP_NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "STEP_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
@@ -6454,6 +6524,7 @@ Namespace MyDatasetTableAdapters
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PATH_ORIGINAL", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "PATH_ORIGINAL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand()
Me._adapter.UpdateCommand.Connection = Me.Connection
Me._adapter.UpdateCommand.CommandText = "UPDATE TBEMLP_POLL_PROCESS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET PROCESS_NAME = @PROCESS_NAME"& _
@@ -6464,12 +6535,13 @@ Namespace MyDatasetTableAdapters
" "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" PATH_EMAIL_ERRORS = @PATH_EMAIL_ERRORS, DELETE_MAIL "& _
"= @DELETE_MAIL, COMMENT = @COMMENT, ACTIVE = @ACTIVE, SEQUENCE = @SEQUENCE, CHAN"& _
"GED_WHO = @CHANGED_WHO, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WM_IDX_BODY_TEXT = @WM_IDX_BO"& _
"DY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (G"& _
"UID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_"& _
"2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERE"& _
"NCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQ"& _
"UENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_ID"& _
"X_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = @GUID)"
"DY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL ="& _
" @PATH_ORIGINAL"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_N"& _
"AME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG,"& _
" WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, "& _
"DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHAN"& _
"GED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS W"& _
"HERE (GUID = @GUID)"
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROCESS_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROCESS_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@STEP_NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "STEP_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
@@ -6490,6 +6562,7 @@ Namespace MyDatasetTableAdapters
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PATH_ORIGINAL", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "PATH_ORIGINAL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
End Sub
@@ -6507,7 +6580,12 @@ Namespace MyDatasetTableAdapters
Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {}
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
Me._commandCollection(0).Connection = Me.Connection
Me._commandCollection(0).CommandText = "SELECT TBEMLP_POLL_PROCESS.*"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBEMLP_POLL_PROCESS"
Me._commandCollection(0).CommandText = "SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, W"& _
"M_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMA"& _
"IL_TEMP, PATH_EMAIL_ERRORS, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" DELETE_MAIL, COMMENT, ACT"& _
"IVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEX"& _
"T, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBEMLP_POLL_PROCESS"& _
""
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
End Sub
@@ -6607,7 +6685,8 @@ Namespace MyDatasetTableAdapters
ByVal SEQUENCE As Global.System.Nullable(Of Integer), _
ByVal ADDED_WHO As String, _
ByVal WM_IDX_BODY_TEXT As String, _
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer) As Integer
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
ByVal PATH_ORIGINAL As String) As Integer
If (PROCESS_NAME Is Nothing) Then
Throw New Global.System.ArgumentNullException("PROCESS_NAME")
Else
@@ -6679,6 +6758,11 @@ Namespace MyDatasetTableAdapters
Me.Adapter.InsertCommand.Parameters(17).Value = CType(WM_IDX_BODY_TEXT,String)
End If
Me.Adapter.InsertCommand.Parameters(18).Value = CType(WM_IDX_BODY_SUBSTR_LENGTH,Integer)
If (PATH_ORIGINAL Is Nothing) Then
Me.Adapter.InsertCommand.Parameters(19).Value = Global.System.DBNull.Value
Else
Me.Adapter.InsertCommand.Parameters(19).Value = CType(PATH_ORIGINAL,String)
End If
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State
If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
<> Global.System.Data.ConnectionState.Open) Then
@@ -6718,6 +6802,7 @@ Namespace MyDatasetTableAdapters
ByVal CHANGED_WHO As String, _
ByVal WM_IDX_BODY_TEXT As String, _
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
ByVal PATH_ORIGINAL As String, _
ByVal Original_GUID As Integer, _
ByVal GUID As Integer) As Integer
If (PROCESS_NAME Is Nothing) Then
@@ -6791,8 +6876,13 @@ Namespace MyDatasetTableAdapters
Me.Adapter.UpdateCommand.Parameters(17).Value = CType(WM_IDX_BODY_TEXT,String)
End If
Me.Adapter.UpdateCommand.Parameters(18).Value = CType(WM_IDX_BODY_SUBSTR_LENGTH,Integer)
Me.Adapter.UpdateCommand.Parameters(19).Value = CType(Original_GUID,Integer)
Me.Adapter.UpdateCommand.Parameters(20).Value = CType(GUID,Integer)
If (PATH_ORIGINAL Is Nothing) Then
Me.Adapter.UpdateCommand.Parameters(19).Value = Global.System.DBNull.Value
Else
Me.Adapter.UpdateCommand.Parameters(19).Value = CType(PATH_ORIGINAL,String)
End If
Me.Adapter.UpdateCommand.Parameters(20).Value = CType(Original_GUID,Integer)
Me.Adapter.UpdateCommand.Parameters(21).Value = CType(GUID,Integer)
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State
If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
<> Global.System.Data.ConnectionState.Open) Then
@@ -8469,6 +8559,7 @@ Namespace MyDatasetTableAdapters
tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN")
tableMapping.ColumnMappings.Add("SSL_AUTH", "SSL_AUTH")
tableMapping.ColumnMappings.Add("AUTH_TYPE", "AUTH_TYPE")
tableMapping.ColumnMappings.Add("PORT_IN", "PORT_IN")
Me._adapter.TableMappings.Add(tableMapping)
Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand()
Me._adapter.DeleteCommand.Connection = Me.Connection
@@ -8506,11 +8597,11 @@ Namespace MyDatasetTableAdapters
Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand()
Me._adapter.InsertCommand.Connection = Me.Connection
Me._adapter.InsertCommand.CommandText = "INSERT INTO TBDD_EMAIL_ACCOUNT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, EMAIL_FROM, EMAIL"& _
"_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _
"(@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@A"& _
"UTH_TYPE); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, "& _
"PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_T"& _
"YPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())"
"_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE, PORT_IN)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUE"& _
"S (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADD"& _
"ED_WHO,@AUTH_TYPE,@PORT_IN); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMA"& _
"IL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHE"& _
"N, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())"
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
@@ -8521,15 +8612,16 @@ Namespace MyDatasetTableAdapters
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AUTH_TYPE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "AUTH_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PORT_IN", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PORT_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand()
Me._adapter.UpdateCommand.Connection = Me.Connection
Me._adapter.UpdateCommand.CommandText = "UPDATE TBDD_EMAIL_ACCOUNT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET NAME = @NAME, EMAIL_FROM = @E"& _
"MAIL_FROM, EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL"& _
"_PW, PORT = @PORT, ACTIVE = @ACTIVE, CHANGED_WHO = @CHANGED_WHO, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @"& _
"Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_P"& _
"W, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUT"& _
"H_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)"
" SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE, PORT_IN = @PORT_IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WH"& _
"ERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP"& _
", EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGE"& _
"D_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)"
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
@@ -8541,6 +8633,7 @@ Namespace MyDatasetTableAdapters
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SSL_AUTH", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SSL_AUTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AUTH_TYPE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "AUTH_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PORT_IN", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PORT_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
End Sub
@@ -8559,8 +8652,8 @@ Namespace MyDatasetTableAdapters
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
Me._commandCollection(0).Connection = Me.Connection
Me._commandCollection(0).CommandText = "SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACT"& _
"IVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM"& _
" TBDD_EMAIL_ACCOUNT"
"IVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT"& _
"_IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBDD_EMAIL_ACCOUNT"
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
End Sub

View File

@@ -139,19 +139,25 @@
<TableUISetting Name="TBDD_EMAIL_ACCOUNT">
<ColumnUISettings>
<ColumnUISetting Name="ADDED_WHEN">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="CHANGED_WHEN">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
<ColumnUISetting Name="AUTH_TYPE">
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting></ControlSettings>
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>

View File

@@ -104,11 +104,11 @@ SELECT GUID, PROFILE_NAME, POLL_TYPE, EMAIL_CONF_ID, COMMENT, LAST_TICK, ACTIVE,
<MainSource>
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM TBEMLP_POLL_PROCESS
WHERE (GUID = @Original_GUID)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
@@ -116,8 +116,8 @@ WHERE (GUID = @Original_GUID)</CommandText>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>INSERT INTO TBEMLP_POLL_PROCESS
(PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS,
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH)
VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH);
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL)
VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH,@PATH_ORIGINAL);
SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="PROCESS_NAME" ColumnName="PROCESS_NAME" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@PROCESS_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="PROCESS_NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -139,12 +139,14 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
<Parameter AllowDbNull="true" AutogeneratedName="ADDED_WHO" ColumnName="ADDED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_TEXT" ColumnName="WM_IDX_BODY_TEXT" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@WM_IDX_BODY_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="WM_IDX_BODY_TEXT" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_SUBSTR_LENGTH" ColumnName="WM_IDX_BODY_SUBSTR_LENGTH" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@WM_IDX_BODY_SUBSTR_LENGTH" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="PATH_ORIGINAL" ColumnName="PATH_ORIGINAL" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(1000)" DbType="AnsiString" Direction="Input" ParameterName="@PATH_ORIGINAL" Precision="0" ProviderType="VarChar" Scale="0" Size="1000" SourceColumn="PATH_ORIGINAL" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBEMLP_POLL_PROCESS.*
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS,
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL
FROM TBEMLP_POLL_PROCESS</CommandText>
<Parameters />
</DbCommand>
@@ -155,8 +157,8 @@ FROM TBEMLP_POLL_PROCESS</CommandText>
SET PROCESS_NAME = @PROCESS_NAME, STEP_NAME = @STEP_NAME, PROFILE_ID = @PROFILE_ID, COPY_2_HDD = @COPY_2_HDD, WM_IMPORT = @WM_IMPORT, WM_OBJEKTTYPE = @WM_OBJEKTTYPE,
WM_VECTOR_LOG = @WM_VECTOR_LOG, WM_PATH = @WM_PATH, WM_FILE_NAME = @WM_FILE_NAME, WM_REFERENCE_INDEX = @WM_REFERENCE_INDEX, PATH_EMAIL_TEMP = @PATH_EMAIL_TEMP,
PATH_EMAIL_ERRORS = @PATH_EMAIL_ERRORS, DELETE_MAIL = @DELETE_MAIL, COMMENT = @COMMENT, ACTIVE = @ACTIVE, SEQUENCE = @SEQUENCE, CHANGED_WHO = @CHANGED_WHO,
WM_IDX_BODY_TEXT = @WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH
WHERE (GUID = @Original_GUID);
WM_IDX_BODY_TEXT = @WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL = @PATH_ORIGINAL
WHERE (GUID = @Original_GUID);
SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = @GUID)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="PROCESS_NAME" ColumnName="PROCESS_NAME" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@PROCESS_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="PROCESS_NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -178,6 +180,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
<Parameter AllowDbNull="true" AutogeneratedName="CHANGED_WHO" ColumnName="CHANGED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_TEXT" ColumnName="WM_IDX_BODY_TEXT" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@WM_IDX_BODY_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="WM_IDX_BODY_TEXT" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_SUBSTR_LENGTH" ColumnName="WM_IDX_BODY_SUBSTR_LENGTH" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@WM_IDX_BODY_SUBSTR_LENGTH" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="PATH_ORIGINAL" ColumnName="PATH_ORIGINAL" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(1000)" DbType="AnsiString" Direction="Input" ParameterName="@PATH_ORIGINAL" Precision="0" ProviderType="VarChar" Scale="0" Size="1000" SourceColumn="PATH_ORIGINAL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
@@ -209,6 +212,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
<Mapping SourceColumn="CHANGED_WHEN" DataSetColumn="CHANGED_WHEN" />
<Mapping SourceColumn="WM_IDX_BODY_TEXT" DataSetColumn="WM_IDX_BODY_TEXT" />
<Mapping SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" DataSetColumn="WM_IDX_BODY_SUBSTR_LENGTH" />
<Mapping SourceColumn="PATH_ORIGINAL" DataSetColumn="PATH_ORIGINAL" />
</Mappings>
<Sources />
</TableAdapter>
@@ -521,8 +525,8 @@ SELECT GUID, FONT_BODY, LOG_ERRORS_ONLY, CHECK_INTERVALL_MINUTES, LAST_TICK, PAT
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>INSERT INTO TBDD_EMAIL_ACCOUNT
(NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE)
VALUES (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@AUTH_TYPE);
(NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE, PORT_IN)
VALUES (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@AUTH_TYPE,@PORT_IN);
SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -534,12 +538,13 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
<Parameter AllowDbNull="false" AutogeneratedName="ACTIVE" ColumnName="ACTIVE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@ACTIVE" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="ACTIVE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="ADDED_WHO" ColumnName="ADDED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="AUTH_TYPE" ColumnName="AUTH_TYPE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@AUTH_TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="AUTH_TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="PORT_IN" ColumnName="PORT_IN" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PORT_IN" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="PORT_IN" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT_IN
FROM TBDD_EMAIL_ACCOUNT</CommandText>
<Parameters />
</DbCommand>
@@ -548,8 +553,8 @@ FROM TBDD_EMAIL_ACCOUNT</CommandText>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>UPDATE TBDD_EMAIL_ACCOUNT
SET NAME = @NAME, EMAIL_FROM = @EMAIL_FROM, EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, PORT = @PORT, ACTIVE = @ACTIVE, CHANGED_WHO = @CHANGED_WHO,
SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE
WHERE (GUID = @Original_GUID);
SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE, PORT_IN = @PORT_IN
WHERE (GUID = @Original_GUID);
SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
@@ -562,6 +567,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
<Parameter AllowDbNull="true" AutogeneratedName="CHANGED_WHO" ColumnName="CHANGED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="SSL_AUTH" ColumnName="SSL_AUTH" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@SSL_AUTH" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="SSL_AUTH" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="AUTH_TYPE" ColumnName="AUTH_TYPE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@AUTH_TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="AUTH_TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="PORT_IN" ColumnName="PORT_IN" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PORT_IN" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="PORT_IN" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
@@ -584,6 +590,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
<Mapping SourceColumn="CHANGED_WHEN" DataSetColumn="CHANGED_WHEN" />
<Mapping SourceColumn="SSL_AUTH" DataSetColumn="SSL_AUTH" />
<Mapping SourceColumn="AUTH_TYPE" DataSetColumn="AUTH_TYPE" />
<Mapping SourceColumn="PORT_IN" DataSetColumn="PORT_IN" />
</Mappings>
<Sources />
</TableAdapter>
@@ -595,7 +602,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
<xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent">
<xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@@ -643,7 +650,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent">
<xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@@ -747,10 +754,17 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:simpleType>
</xs:element>
<xs:element name="WM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnVarNameInTable="columnWM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnPropNameInRow="WM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnPropNameInTable="WM_IDX_BODY_SUBSTR_LENGTHColumn" msprop:Generator_UserColumnName="WM_IDX_BODY_SUBSTR_LENGTH" type="xs:int" default="0" />
<xs:element name="PATH_ORIGINAL" msprop:Generator_ColumnVarNameInTable="columnPATH_ORIGINAL" msprop:Generator_ColumnPropNameInRow="PATH_ORIGINAL" msprop:Generator_ColumnPropNameInTable="PATH_ORIGINALColumn" msprop:Generator_UserColumnName="PATH_ORIGINAL" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1000" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent">
<xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@@ -797,7 +811,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
<xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:short" />
@@ -838,7 +852,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_HISTORYRow">
<xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_RowClassName="TBEMLP_HISTORYRow" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@@ -896,7 +910,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_CONFIGRow">
<xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_RowClassName="TBEMLP_CONFIGRow" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" />
@@ -943,7 +957,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow">
<xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@@ -982,7 +996,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PORT" msprop:Generator_ColumnVarNameInTable="columnPORT" msprop:Generator_ColumnPropNameInRow="PORT" msprop:Generator_ColumnPropNameInTable="PORTColumn" msprop:Generator_UserColumnName="PORT" type="xs:int" />
<xs:element name="PORT" msprop:Generator_ColumnVarNameInTable="columnPORT" msprop:Generator_ColumnPropNameInRow="PORT" msprop:Generator_ColumnPropNameInTable="PORTColumn" msprop:Generator_UserColumnName="PORT" type="xs:int" default="25" />
<xs:element name="ACTIVE" msprop:Generator_ColumnVarNameInTable="columnACTIVE" msprop:Generator_ColumnPropNameInRow="ACTIVE" msprop:Generator_ColumnPropNameInTable="ACTIVEColumn" msprop:Generator_UserColumnName="ACTIVE" type="xs:boolean" default="false" />
<xs:element name="ADDED_WHO" msprop:Generator_ColumnVarNameInTable="columnADDED_WHO" msprop:Generator_ColumnPropNameInRow="ADDED_WHO" msprop:Generator_ColumnPropNameInTable="ADDED_WHOColumn" msprop:Generator_UserColumnName="ADDED_WHO" minOccurs="0">
<xs:simpleType>
@@ -1008,6 +1022,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PORT_IN" msprop:Generator_ColumnVarNameInTable="columnPORT_IN" msprop:Generator_ColumnPropNameInRow="PORT_IN" msprop:Generator_ColumnPropNameInTable="PORT_INColumn" msprop:Generator_UserColumnName="PORT_IN" type="xs:int" default="25" />
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -1044,9 +1059,9 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" />
<msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" />
<msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" />
<msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" />
<msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" />
<msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" />
</xs:appinfo>
</xs:annotation>
</xs:schema>

View File

@@ -4,15 +4,15 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="163" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="46" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:TBEMLP_POLL_PROFILES" ZOrder="10" X="21" Y="23" Height="305" Width="287" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBEMLP_POLL_PROCESS" ZOrder="9" X="354" Y="47" Height="305" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBEMLP_POLL_PROCESS" ZOrder="9" X="354" Y="46" Height="305" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBEMLP_POLL_STEPS" ZOrder="7" X="690" Y="111" Height="286" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:TBEMLP_POLL_INDEXING_STEPS" ZOrder="5" X="993" Y="271" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:TBEMLP_HISTORY" ZOrder="3" X="242" Y="387" Height="267" Width="249" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:TBEMLP_CONFIG" ZOrder="2" X="757" Y="447" Height="286" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:TBDD_EMAIL_ACCOUNT" ZOrder="1" X="454" Y="457" Height="305" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBDD_EMAIL_ACCOUNT" ZOrder="1" X="456" Y="458" Height="305" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_TBEMLP_POLL_PROCESS_PROFILE_ID" ZOrder="8" LineWidth="11">
@@ -27,11 +27,11 @@
</Point>
<Point>
<X>326</X>
<Y>142</Y>
<Y>141</Y>
</Point>
<Point>
<X>354</X>
<Y>142</Y>
<Y>141</Y>
</Point>
</RoutePoints>
</Connector>
@@ -39,11 +39,11 @@
<RoutePoints>
<Point>
<X>639</X>
<Y>85</Y>
<Y>84</Y>
</Point>
<Point>
<X>662</X>
<Y>85</Y>
<Y>84</Y>
</Point>
<Point>
<X>662</X>

Binary file not shown.

View File

@@ -26,6 +26,9 @@
<setting name="EmailTest_Receipiant" serializeAs="String">
<value />
</setting>
<setting name="MyTestHTML" serializeAs="String">
<value />
</setting>
</CONFIG_APP.My.MySettings>
</userSettings>
<applicationSettings>

View File

@@ -24,7 +24,7 @@ DigitalData.Modules.Logging
</member>
<member name="T:DigitalData.Modules.Logging.LogConfig">
<module>LogConfig</module>
<version>0.0.0.5</version>
<version>0.0.0.7</version>
<date>02.10.2018</date>
<summary>
Module that writes file-logs to different locations:
@@ -139,6 +139,13 @@ DigitalData.Modules.Logging
</summary>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger(System.String)">
<summary>
Returns the Logger for a class specified by `ClassName`
</summary>
<param name="ClassName">The name of the class the logger belongs to</param>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetClassFullName">
<summary>
Gets the fully qualified name of the class invoking the calling method,

View File

@@ -0,0 +1,14 @@
2019-01-24 15:18:25|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:22:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:24:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:25:08|clsWorkEmail|WARN >> No record found for dwDocID 10663
2019-01-24 15:25:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:30:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:31:16|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:32:57|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:43:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:44:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:45:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:45:33|clsWorkEmail|WARN >> No record found for dwDocID 10663
2019-01-24 16:18:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 16:18:20|clsWorkEmail|WARN >> No record found for dwDocID 10658

View File

@@ -0,0 +1,621 @@
2019-01-24 15:18:25|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:18:25|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:18:25|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:18:25|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:18:25|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-24 15:19:50|clsWorkEmail|INFO >> Cleared bodytext is:
Ok
Task 4712
Projekt 3020103
Von:
gobd@tecosim.com gobd@tecosim.com
Datum: Donnerstag, 20. September 2018 um 11:11
An: Dirk König d.koenig@de.tecosim.com
Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
<span style="font-family:Calibri,sans-serif">ID #3000211
<span style="font-family:Calibri,sans-serif">Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with <span style="font-family:Calibri,sans-serif">Disaprove or
<span style="font-family:Calibri,sans-serif">Abgelehnt to neglect the invoice
2019-01-24 15:22:51|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:22:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:22:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:22:51|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:22:51|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-24 15:24:03|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:24:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:24:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:24:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:24:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-24 15:25:03|clsWorkEmail|INFO >> Cleared bodytext is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 15:25:07|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
2019-01-24 15:25:08|clsWorkEmail|WARN >> No record found for dwDocID 10663
2019-01-24 15:25:21|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:25:22|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:25:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:25:22|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:25:22|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-24 15:26:02|clsWorkEmail|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
wrote:
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 15:30:29|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:30:29|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:30:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:30:29|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:30:29|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-24 15:31:16|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:31:16|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:31:16|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:31:16|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:31:16|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
2019-01-24 15:32:57|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:32:57|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:32:57|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:32:57|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:32:57|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-24 15:43:11|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:43:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:43:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:43:11|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:43:11|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-24 15:44:28|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:44:28|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:44:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:44:28|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:44:28|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
2019-01-24 15:45:03|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 15:45:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 15:45:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 15:45:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 15:45:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-24 15:45:29|clsWorkEmail|INFO >> Cleared bodytext is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 15:45:33|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
2019-01-24 15:45:33|clsWorkEmail|WARN >> No record found for dwDocID 10663
2019-01-24 15:55:58|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
wrote:
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
#####################
2019-01-24 15:59:53|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
On Fri, Jan 18, 2019 at 3:34 PM 0100,
<a href="mailto:" target="_blank"> wrote:
<div dir="3Dltr">
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:02:10|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
On Fri, Jan 18, 2019 at 3:34 PM 0100,
<a href="mailto:" target="_blank"> wrote:
<div dir="3Dltr">
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:07:23|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
wrote:
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:08:27|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
wrote:
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:14:38|frmMain|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:18:14|clsWorkEmail|INFO >> Detail-Log is on
2019-01-24 16:18:15|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-24 16:18:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-24 16:18:15|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-24 16:18:15|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-24 16:18:18|clsWorkEmail|INFO >> Cleared bodytext is:
Nok
Outlook for Android herunterladen
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-24 16:18:20|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
2019-01-24 16:18:20|clsWorkEmail|WARN >> No record found for dwDocID 10658
2019-01-24 16:18:37|frmMain|INFO >> Cleared bodytext is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 17:24:54|frmMain|INFO >> Cleared bodytext after Regex1 is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 17:24:54|frmMain|INFO >> Cleared bodytext after Regex2 is:
Ok
Task 4712
Projekt 3020103
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 17:36:11|frmMain|INFO >> Cleared bodytext after Regex1 is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-24 17:36:28|frmMain|INFO >> Cleared bodytext after Regex2 is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice

View File

@@ -0,0 +1,8 @@
2019-01-28 17:11:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:13:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:14:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:25:10|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:27:53|clsWorkEmail|WARN >> No record found for dwDocID 10658
2019-01-28 17:28:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:28:56|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort

View File

@@ -0,0 +1,390 @@
2019-01-28 17:11:19|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:11:19|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:11:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:11:19|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:11:19|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-28 17:13:30|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:13:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:13:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:13:31|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:13:31|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-28 17:14:35|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:14:36|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:14:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:14:36|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:14:36|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-28 17:14:39|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is:
Nok
Outlook for Android herunterladen
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:14:41|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is:
Nok
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:25:10|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:25:10|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:25:10|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:25:10|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:25:10|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-28 17:25:12|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is:
Nok
Outlook for Android herunterladen
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:25:13|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is:
Nok
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:27:32|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:27:32|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:27:32|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:27:32|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206]
2019-01-28 17:27:34|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is:
Nok
Outlook for Android herunterladen
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:27:35|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is:
Nok
##Please answer over this line##
ID #3000206
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:27:51|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
2019-01-28 17:27:53|clsWorkEmail|WARN >> No record found for dwDocID 10658
2019-01-28 17:28:03|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:28:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:28:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:28:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:28:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
2019-01-28 17:28:05|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is:
Ok
Pj 3020654
T 1234
T 7643
Am 18.01.2019 um 15:13 schrieb &quot;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&quot; &lt;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&gt;:
##Please answer over this line##
ID #3000172
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:28:06|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is:
Ok
Pj 3020654
T 1234
T 7643
Am 18.01.2019 um 15:13 schrieb &quot;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&quot; &lt;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&gt;:
##Please answer over this line##
ID #3000172
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-01-28 17:28:39|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
2019-01-28 17:28:41|clsWorkEmail|INFO >> Found Keyword 'OK' in MessageBody
2019-01-28 17:28:42|clsWindream_Index|INFO >> Index 'Dokumentart' was written with value 'Email-Approved'
2019-01-28 17:28:42|clsWindream_Index|INFO >>
2019-01-28 17:28:43|clsWindream_Index|INFO >> Index 'Boolean 04' was written with value 'True'
2019-01-28 17:28:43|clsWindream_Index|INFO >>
2019-01-28 17:28:44|clsWindream_Index|INFO >> Vektor-Index 'Vektor_Text1' was written!
2019-01-28 17:28:44|clsWindream_Index|INFO >>
2019-01-28 17:28:45|clsWindream_Index|INFO >> Index 'String 00' was written with value 'Ok
Projekt 3020111
Task 1234
Pj 3020654
T 1234
T 7643
Von meinem iPhone gesendet
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
Pj 3020654
T 1234
T 7643
Am 18.01.2019 um 15:13 schrieb &quot;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&quot; &lt;<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>&gt;:'
2019-01-28 17:28:45|clsWindream_Index|INFO >>
2019-01-28 17:28:56|clsWorkEmail|INFO >> Detail-Log is on
2019-01-28 17:28:56|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-01-28 17:28:56|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-01-28 17:28:56|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
2019-01-28 17:28:56|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
2019-01-28 17:28:58|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice
2019-01-28 17:28:59|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is:
Ok
Task 4712
Projekt 3020103
Von:
</b>&quot;gobd@tecosim.com&quot; &lt;gobd@tecosim.com&gt;
Betreff: </b>[ProcessManager][EA][DID#10663]-Approval Invoice 3000211
##Please answer over this line##
ID #3000211
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or
Abgelehnt to neglect the invoice

View File

@@ -0,0 +1,205 @@
2019-02-28 14:01:13|frmMain|INFO >> Cleared bodytext after Regex1 is: nok
Das ist ein Test
Mit freundlichen Grüßen best Regards
Marvin Kamm          
Leitung Systemtechnik 
<http://172.24.11.73/webapp/>
Geplante Abwesenheit/planned absenteeism:
Digital Data
Hoss & Schreiber GbR
Ludwig Rinn Str. 16
35452 Heuchelheim
http://www.didalog.de/
Tel:      0641/20 23 60
Fax:      0641/23 109
######################### AKTUELLE NEWS #########################################
BARC erstellt Research Note in Zusammenarbeit mit Digital Data
Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“.
BARC-Research Note unter:www.didalog.de/research-note
 Vertraulichkeitshinweis:
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Confidential Note:
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.-----Ursprüngliche Nachricht-----
Gesendet: Don 28 Februar 2019 12:57
An: Digital Data - Marvin Kamm <>
##Please answer over this line and seperate Your answers with a line break/return!##
ID #3000239
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-02-28 14:01:14|frmMain|INFO >> Cleared bodytext after Regex2 is: nok
Das ist ein Test
Mit freundlichen Grüßen best Regards
Marvin Kamm          
Leitung Systemtechnik 
<http://172.24.11.73/webapp/>
Geplante Abwesenheit/planned absenteeism:
Digital Data
Hoss & Schreiber GbR
Ludwig Rinn Str. 16
35452 Heuchelheim
http://www.didalog.de/
Tel:      0641/20 23 60
Fax:      0641/23 109
######################### AKTUELLE NEWS #########################################
BARC erstellt Research Note in Zusammenarbeit mit Digital Data
Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“.
BARC-Research Note unter:www.didalog.de/research-note
 Vertraulichkeitshinweis:
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Confidential Note:
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.-----Ursprüngliche Nachricht-----
Gesendet: Don 28 Februar 2019 12:57
An: Digital Data - Marvin Kamm <>
##Please answer over this line and seperate Your answers with a line break/return!##
ID #3000239
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-02-28 14:16:36|frmMain|INFO >> Cleared bodytext after Regex1 is: nok
Das ist ein Test
Mit freundlichen Grüßen best Regards
Marvin Kamm          
Leitung Systemtechnik 
m.kamm@didalog.de
Geplante Abwesenheit/planned absenteeism:
Digital Data
Hoss & Schreiber GbR
Ludwig Rinn Str. 16
35452 Heuchelheim
http://www.didalog.de/
Tel:      0641/20 23 60
Fax:      0641/23 109
######################### AKTUELLE NEWS #########################################
BARC erstellt Research Note in Zusammenarbeit mit Digital Data
Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“.
BARC-Research Note unter:www.didalog.de/research-note
 Vertraulichkeitshinweis:
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Confidential Note:
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.-----Ursprüngliche Nachricht-----
Von: gobd@tecosim.com 
Gesendet: Don 28 Februar 2019 12:57
An: Digital Data - Marvin Kamm
Betreff: [ProcessManager][EA][DID#10705]-Approval Invoice 3000239
##Please answer over this line and seperate Your answers with a line break/return!##
ID #3000239
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice
2019-02-28 14:16:39|frmMain|INFO >> Cleared bodytext after Regex2 is: nok
Das ist ein Test
Mit freundlichen Grüßen best Regards
Marvin Kamm          
Leitung Systemtechnik 
Geplante Abwesenheit/planned absenteeism:
Digital Data
Hoss & Schreiber GbR
Ludwig Rinn Str. 16
35452 Heuchelheim
http://www.didalog.de/
Tel:      0641/20 23 60
Fax:      0641/23 109
######################### AKTUELLE NEWS #########################################
BARC erstellt Research Note in Zusammenarbeit mit Digital Data
Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“.
BARC-Research Note unter:www.didalog.de/research-note
 Vertraulichkeitshinweis:
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
Confidential Note:
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.-----Ursprüngliche Nachricht-----
Gesendet: Don 28 Februar 2019 12:57
##Please answer over this line and seperate Your answers with a line break/return!##
ID #3000239
Please approve attached invoice.
- Direct answer will approve the invoice.
- Answer with Disaprove or Abgelehnt to neglect the invoice

View File

@@ -81,6 +81,7 @@ Partial Class frmMain
Dim AUTH_TYPELabel As System.Windows.Forms.Label
Dim Label11 As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Dim PORT_INLabel As System.Windows.Forms.Label
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tslblstatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.tslblRefresh = New System.Windows.Forms.ToolStripStatusLabel()
@@ -115,12 +116,13 @@ Partial Class frmMain
Me.POLL_TYPEComboBox = New System.Windows.Forms.ComboBox()
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
Me.PATH_ORIGINALTextBox = New System.Windows.Forms.TextBox()
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.btnFBD_ErrorPath = New System.Windows.Forms.Button()
Me.btnFBD_DonwloadPath = New System.Windows.Forms.Button()
Me.txtSubjectExample = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.WM_IMPORTCheckBox = New System.Windows.Forms.CheckBox()
Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOProcessTextBox = New System.Windows.Forms.TextBox()
@@ -231,18 +233,14 @@ Partial Class frmMain
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.CHANGED_WHENTextBox4 = New System.Windows.Forms.TextBox()
Me.TBEMLP_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.CHECK_INTERVALL_MINUTESNumericUpDown = New System.Windows.Forms.NumericUpDown()
Me.btnsaveRegex = New System.Windows.Forms.Button()
Me.txtRegexvbNewline = New System.Windows.Forms.TextBox()
Me.btnShowLogpath = New System.Windows.Forms.Button()
Me.LOG_ERRORS_ONLYCheckBox = New System.Windows.Forms.CheckBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.BtnConnect = New System.Windows.Forms.Button()
@@ -319,6 +317,19 @@ Partial Class frmMain
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton27 = New System.Windows.Forms.ToolStripButton()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.Button5 = New System.Windows.Forms.Button()
Me.txtRegex2 = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.Button3 = New System.Windows.Forms.Button()
Me.btnTestRegEx = New System.Windows.Forms.Button()
Me.Label14 = New System.Windows.Forms.Label()
Me.txtResultRegEx = New System.Windows.Forms.TextBox()
Me.txthtmlEmail = New System.Windows.Forms.TextBox()
Me.btnsaveRegex = New System.Windows.Forms.Button()
Me.txtRegex1 = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.TBEMLP_POLL_PROFILESTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter()
Me.TableAdapterManager = New CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager()
@@ -329,6 +340,7 @@ Partial Class frmMain
Me.TBEMLP_HISTORYTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter()
Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.PORT_INTextBox = New System.Windows.Forms.TextBox()
GUIDLabel = New System.Windows.Forms.Label()
PROFILE_NAMELabel = New System.Windows.Forms.Label()
POLL_TYPELabel = New System.Windows.Forms.Label()
@@ -386,6 +398,7 @@ Partial Class frmMain
CHANGED_WHENLabel5 = New System.Windows.Forms.Label()
AUTH_TYPELabel = New System.Windows.Forms.Label()
Label11 = New System.Windows.Forms.Label()
PORT_INLabel = New System.Windows.Forms.Label()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.TabControl1.SuspendLayout()
@@ -400,8 +413,8 @@ Partial Class frmMain
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.XtraTabPage1.SuspendLayout()
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator2.SuspendLayout()
@@ -437,6 +450,8 @@ Partial Class frmMain
CType(Me.GridView6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator6.SuspendLayout()
Me.TabPage4.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'GUIDLabel
@@ -894,9 +909,9 @@ Partial Class frmMain
PORTLabel.AutoSize = True
PORTLabel.Location = New System.Drawing.Point(371, 148)
PORTLabel.Name = "PORTLabel"
PORTLabel.Size = New System.Drawing.Size(31, 13)
PORTLabel.Size = New System.Drawing.Size(50, 13)
PORTLabel.TabIndex = 46
PORTLabel.Text = "Port:"
PORTLabel.Text = "Port out:"
'
'ADDED_WHOLabel4
'
@@ -1010,6 +1025,7 @@ Partial Class frmMain
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Controls.Add(Me.TabPage4)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 25)
Me.TabControl1.Name = "TabControl1"
@@ -1273,6 +1289,7 @@ Partial Class frmMain
Me.XtraTabPage1.Appearance.Header.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.XtraTabPage1.Appearance.Header.Options.UseFont = True
Me.XtraTabPage1.AutoScroll = True
Me.XtraTabPage1.Controls.Add(Me.PATH_ORIGINALTextBox)
Me.XtraTabPage1.Controls.Add(Me.btnFBD_ErrorPath)
Me.XtraTabPage1.Controls.Add(Me.btnFBD_DonwloadPath)
Me.XtraTabPage1.Controls.Add(Me.txtSubjectExample)
@@ -1320,6 +1337,21 @@ Partial Class frmMain
Me.XtraTabPage1.Size = New System.Drawing.Size(1205, 328)
Me.XtraTabPage1.Text = "Zugeordnete Prozesse"
'
'PATH_ORIGINALTextBox
'
Me.PATH_ORIGINALTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PATH_ORIGINAL", True))
Me.PATH_ORIGINALTextBox.Location = New System.Drawing.Point(509, 124)
Me.PATH_ORIGINALTextBox.Name = "PATH_ORIGINALTextBox"
Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(272, 21)
Me.PATH_ORIGINALTextBox.TabIndex = 91
'
'TBEMLP_POLL_PROCESSBindingSource
'
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
'
'btnFBD_ErrorPath
'
Me.btnFBD_ErrorPath.Location = New System.Drawing.Point(787, 243)
@@ -1367,13 +1399,6 @@ Partial Class frmMain
Me.NumericUpDown2.Size = New System.Drawing.Size(61, 21)
Me.NumericUpDown2.TabIndex = 3
'
'TBEMLP_POLL_PROCESSBindingSource
'
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
'
'WM_IMPORTCheckBox
'
Me.WM_IMPORTCheckBox.BackColor = System.Drawing.Color.White
@@ -1500,9 +1525,9 @@ Partial Class frmMain
'COPY_2_HDDCheckBox
'
Me.COPY_2_HDDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "COPY_2_HDD", True))
Me.COPY_2_HDDCheckBox.Location = New System.Drawing.Point(509, 122)
Me.COPY_2_HDDCheckBox.Location = New System.Drawing.Point(509, 108)
Me.COPY_2_HDDCheckBox.Name = "COPY_2_HDDCheckBox"
Me.COPY_2_HDDCheckBox.Size = New System.Drawing.Size(121, 24)
Me.COPY_2_HDDCheckBox.Size = New System.Drawing.Size(118, 17)
Me.COPY_2_HDDCheckBox.TabIndex = 6
Me.COPY_2_HDDCheckBox.Text = "Copy email to HDD"
Me.COPY_2_HDDCheckBox.UseVisualStyleBackColor = True
@@ -2423,7 +2448,6 @@ Partial Class frmMain
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.TextBox2)
Me.TabPage2.Controls.Add(Me.GroupBox3)
Me.TabPage2.Controls.Add(Me.GroupBox1)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
@@ -2434,13 +2458,6 @@ Partial Class frmMain
Me.TabPage2.Text = "Grundeinstellungen"
Me.TabPage2.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(12, 311)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(547, 21)
Me.TextBox2.TabIndex = 63
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(CHANGED_WHENLabel4)
@@ -2450,11 +2467,8 @@ Partial Class frmMain
Me.GroupBox3.Controls.Add(CHECK_INTERVALL_MINUTESLabel)
Me.GroupBox3.Controls.Add(Me.Label10)
Me.GroupBox3.Controls.Add(Me.CHECK_INTERVALL_MINUTESNumericUpDown)
Me.GroupBox3.Controls.Add(Me.btnsaveRegex)
Me.GroupBox3.Controls.Add(Me.txtRegexvbNewline)
Me.GroupBox3.Controls.Add(Me.btnShowLogpath)
Me.GroupBox3.Controls.Add(Me.LOG_ERRORS_ONLYCheckBox)
Me.GroupBox3.Controls.Add(Me.Label8)
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top
Me.GroupBox3.Location = New System.Drawing.Point(3, 103)
Me.GroupBox3.Name = "GroupBox3"
@@ -2505,26 +2519,6 @@ Partial Class frmMain
Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 21)
Me.CHECK_INTERVALL_MINUTESNumericUpDown.TabIndex = 63
'
'btnsaveRegex
'
Me.btnsaveRegex.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
Me.btnsaveRegex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsaveRegex.Location = New System.Drawing.Point(562, 63)
Me.btnsaveRegex.Name = "btnsaveRegex"
Me.btnsaveRegex.Size = New System.Drawing.Size(82, 23)
Me.btnsaveRegex.TabIndex = 62
Me.btnsaveRegex.Text = "Speichern"
Me.btnsaveRegex.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnsaveRegex.UseVisualStyleBackColor = True
'
'txtRegexvbNewline
'
Me.txtRegexvbNewline.Location = New System.Drawing.Point(9, 63)
Me.txtRegexvbNewline.Multiline = True
Me.txtRegexvbNewline.Name = "txtRegexvbNewline"
Me.txtRegexvbNewline.Size = New System.Drawing.Size(547, 89)
Me.txtRegexvbNewline.TabIndex = 61
'
'btnShowLogpath
'
Me.btnShowLogpath.Image = Global.CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG
@@ -2547,15 +2541,6 @@ Partial Class frmMain
Me.LOG_ERRORS_ONLYCheckBox.Text = "Log Errors Only"
Me.LOG_ERRORS_ONLYCheckBox.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(6, 47)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(167, 13)
Me.Label8.TabIndex = 60
Me.Label8.Text = "Regex Remove Return Character"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Label1)
@@ -2902,6 +2887,8 @@ Partial Class frmMain
'
'TabPage3
'
Me.TabPage3.Controls.Add(PORT_INLabel)
Me.TabPage3.Controls.Add(Me.PORT_INTextBox)
Me.TabPage3.Controls.Add(Me.Button2)
Me.TabPage3.Controls.Add(Me.txtInboxname)
Me.TabPage3.Controls.Add(Me.Button1)
@@ -3303,6 +3290,150 @@ Partial Class frmMain
Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton27.Text = "tsbtnEmailProfile_Save"
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.Button5)
Me.TabPage4.Controls.Add(Me.txtRegex2)
Me.TabPage4.Controls.Add(Me.Label13)
Me.TabPage4.Controls.Add(Me.GroupBox4)
Me.TabPage4.Controls.Add(Me.btnsaveRegex)
Me.TabPage4.Controls.Add(Me.txtRegex1)
Me.TabPage4.Controls.Add(Me.Label8)
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage4.Size = New System.Drawing.Size(1219, 534)
Me.TabPage4.TabIndex = 4
Me.TabPage4.Text = "Regular Expression"
Me.TabPage4.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button5.Location = New System.Drawing.Point(1109, 25)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(82, 23)
Me.Button5.TabIndex = 71
Me.Button5.Text = "Speichern"
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button5.UseVisualStyleBackColor = True
'
'txtRegex2
'
Me.txtRegex2.Location = New System.Drawing.Point(602, 27)
Me.txtRegex2.Multiline = True
Me.txtRegex2.Name = "txtRegex2"
Me.txtRegex2.Size = New System.Drawing.Size(501, 89)
Me.txtRegex2.TabIndex = 70
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(599, 11)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(162, 13)
Me.Label13.TabIndex = 69
Me.Label13.Text = "Regex Remove HTML-Context2:"
'
'GroupBox4
'
Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GroupBox4.Controls.Add(Me.Button3)
Me.GroupBox4.Controls.Add(Me.btnTestRegEx)
Me.GroupBox4.Controls.Add(Me.Label14)
Me.GroupBox4.Controls.Add(Me.txtResultRegEx)
Me.GroupBox4.Controls.Add(Me.txthtmlEmail)
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.Location = New System.Drawing.Point(8, 122)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(1203, 396)
Me.GroupBox4.TabIndex = 68
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Test RegEx"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(9, 20)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(130, 23)
Me.Button3.TabIndex = 71
Me.Button3.Text = "Load E-Mail Body"
Me.Button3.UseVisualStyleBackColor = True
'
'btnTestRegEx
'
Me.btnTestRegEx.Location = New System.Drawing.Point(553, 49)
Me.btnTestRegEx.Name = "btnTestRegEx"
Me.btnTestRegEx.Size = New System.Drawing.Size(75, 44)
Me.btnTestRegEx.TabIndex = 70
Me.btnTestRegEx.Text = "Test RegEx"
Me.btnTestRegEx.UseVisualStyleBackColor = True
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(656, 30)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(71, 13)
Me.Label14.TabIndex = 68
Me.Label14.Text = "Result RegEx"
'
'txtResultRegEx
'
Me.txtResultRegEx.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.txtResultRegEx.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49)
Me.txtResultRegEx.Multiline = True
Me.txtResultRegEx.Name = "txtResultRegEx"
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 341)
Me.txtResultRegEx.TabIndex = 69
'
'txthtmlEmail
'
Me.txthtmlEmail.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.txthtmlEmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.CONFIG_APP.My.MySettings.Default, "MyTestHTML", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.txthtmlEmail.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49)
Me.txthtmlEmail.Multiline = True
Me.txthtmlEmail.Name = "txthtmlEmail"
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 341)
Me.txthtmlEmail.TabIndex = 67
Me.txthtmlEmail.Text = Global.CONFIG_APP.My.MySettings.Default.MyTestHTML
'
'btnsaveRegex
'
Me.btnsaveRegex.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
Me.btnsaveRegex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsaveRegex.Location = New System.Drawing.Point(514, 27)
Me.btnsaveRegex.Name = "btnsaveRegex"
Me.btnsaveRegex.Size = New System.Drawing.Size(82, 23)
Me.btnsaveRegex.TabIndex = 65
Me.btnsaveRegex.Text = "Speichern"
Me.btnsaveRegex.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnsaveRegex.UseVisualStyleBackColor = True
'
'txtRegex1
'
Me.txtRegex1.Location = New System.Drawing.Point(8, 27)
Me.txtRegex1.Multiline = True
Me.txtRegex1.Name = "txtRegex1"
Me.txtRegex1.Size = New System.Drawing.Size(500, 89)
Me.txtRegex1.TabIndex = 64
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(5, 11)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(162, 13)
Me.Label8.TabIndex = 63
Me.Label8.Text = "Regex Remove HTML-Context1:"
'
'BackgroundWorker1
'
Me.BackgroundWorker1.WorkerReportsProgress = True
@@ -3348,6 +3479,23 @@ Partial Class frmMain
'
Me.TBEMLP_CONFIGTableAdapter.ClearBeforeFill = True
'
'PORT_INLabel
'
PORT_INLabel.AutoSize = True
PORT_INLabel.Location = New System.Drawing.Point(493, 148)
PORT_INLabel.Name = "PORT_INLabel"
PORT_INLabel.Size = New System.Drawing.Size(42, 13)
PORT_INLabel.TabIndex = 70
PORT_INLabel.Text = "Port in:"
'
'PORT_INTextBox
'
Me.PORT_INTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT_IN", True))
Me.PORT_INTextBox.Location = New System.Drawing.Point(496, 164)
Me.PORT_INTextBox.Name = "PORT_INTextBox"
Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 21)
Me.PORT_INTextBox.TabIndex = 71
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -3379,8 +3527,8 @@ Partial Class frmMain
Me.XtraTabControl1.ResumeLayout(False)
Me.XtraTabPage1.ResumeLayout(False)
Me.XtraTabPage1.PerformLayout()
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit()
@@ -3407,7 +3555,6 @@ Partial Class frmMain
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
@@ -3429,6 +3576,10 @@ Partial Class frmMain
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator6.ResumeLayout(False)
Me.BindingNavigator6.PerformLayout()
Me.TabPage4.ResumeLayout(False)
Me.TabPage4.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -3598,9 +3749,6 @@ Partial Class frmMain
Friend WithEvents colPROFILE_NAME As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colCOMMENT1 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents txtRegexvbNewline As TextBox
Friend WithEvents Label8 As Label
Friend WithEvents btnsaveRegex As Button
Friend WithEvents tslblRefresh As ToolStripStatusLabel
Friend WithEvents Label9 As Label
Friend WithEvents TabPage1 As TabPage
@@ -3637,7 +3785,6 @@ Partial Class frmMain
Friend WithEvents LOG_ERRORS_ONLYCheckBox As CheckBox
Friend WithEvents CHANGED_WHENTextBox4 As TextBox
Friend WithEvents CHANGED_WHOTextBox As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents btnFBD_ErrorPath As Button
Friend WithEvents btnFBD_DonwloadPath As Button
Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
@@ -3682,4 +3829,19 @@ Partial Class frmMain
Friend WithEvents txtInboxname As TextBox
Friend WithEvents Button2 As Button
Friend WithEvents tsbtnRunLocalMail As ToolStripButton
Friend WithEvents TabPage4 As TabPage
Friend WithEvents btnsaveRegex As Button
Friend WithEvents txtRegex1 As TextBox
Friend WithEvents Label8 As Label
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents Label14 As Label
Friend WithEvents txtResultRegEx As TextBox
Friend WithEvents txthtmlEmail As TextBox
Friend WithEvents btnTestRegEx As Button
Friend WithEvents Button3 As Button
Friend WithEvents txtRegex2 As TextBox
Friend WithEvents Label13 As Label
Friend WithEvents Button5 As Button
Friend WithEvents PATH_ORIGINALTextBox As TextBox
Friend WithEvents PORT_INTextBox As TextBox
End Class

View File

@@ -641,6 +641,9 @@
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value>
</data>
<metadata name="PORT_INLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="BindingNavigator6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1079, 134</value>
</metadata>
@@ -739,7 +742,7 @@
<value>908, 134</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>186</value>
<value>70</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>

View File

@@ -5,6 +5,7 @@ Imports System.Net
Imports System.ComponentModel
Imports Independentsoft.Email
Imports Independentsoft.Email.Mime
Imports System.Text.RegularExpressions
Public Class frmMain
Private Logger As DigitalData.Modules.Logging.Logger
@@ -494,34 +495,30 @@ Public Class frmMain
Private Sub TabControl1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControl1.SelectedIndexChanged
tsbtnRunProfiles.Visible = False
tslblRefresh.BackColor = Color.Transparent
tslblRefresh.Text = ""
Select Case TabControl1.SelectedIndex
Case 0
tsbtnRunProfiles.Visible = True
Case 1
Try
Dim oDTFunctionRegex As DataTable = _database.Return_Datatable("SELECT * FROM TBDD_FUNCTION_REGEX WHERE FUNCTION_NAME = 'EMAIL_PROFILER - BODY REMOVE NewLine'")
If oDTFunctionRegex.Rows.Count = 1 Then
txtRegexvbNewline.Text = oDTFunctionRegex.Rows(0).Item("REGEX")
End If
Catch ex As Exception
MsgBox("Error in Load Regex: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
Load_Config()
Case 2
Load_History()
Case 4
Try
Dim osql = "SELECT * FROM TBDD_FUNCTION_REGEX WHERE UPPER(FUNCTION_NAME) IN (UPPER('EMAIL_PROFILER - RemoveHTMLText'),UPPER('EMAIL_PROFILER - RemoveHTMLText1'))"
Dim oDTFunctionRegex As DataTable = _database.Return_Datatable(osql)
txtRegex1.Text = oDTFunctionRegex.Rows(0).Item("REGEX")
txtRegex2.Text = oDTFunctionRegex.Rows(1).Item("REGEX")
txthtmlEmail.BackColor = Color.Wheat
Catch ex As Exception
MsgBox("Error in Load Regex: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Select
End Sub
Private Sub btnsaveRegex_Click(sender As Object, e As EventArgs) Handles btnsaveRegex.Click
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegexvbNewline.Text}' WHERE FUNCTION_NAME = 'EMAIL_PROFILER - BODY REMOVE NewLine'"
If _database.Execute_non_Query(upd) = True Then
tslblRefresh.Text = "Regex saved - " & Now.ToString
Else
tslblRefresh.Text = "Regex NOT saved - Check Your log: " & Now.ToString
End If
End Sub
Private Sub ACTIVECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles ACTIVECheckBox.CheckedChanged
Active_Color()
End Sub
@@ -590,40 +587,6 @@ Public Class frmMain
_database.Execute_non_Query(upd)
Load_Config()
End Sub
Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles TextBox2.TextChanged
If File.Exists(TextBox2.Text) Then
Dim msg_email As New Independentsoft.Email.Mime.Message(TextBox2.Text)
Dim oTEMPBODYSTRING As String
Dim CURRENT_MAIL_BODY As String
If IsNothing(msg_email.Body) Then
Dim oAllBodyParts As New BodyPartCollection()
oAllBodyParts.Add(msg_email.BodyParts)
oAllBodyParts.Add(GetChildren(msg_email.BodyParts))
For Each bodyPart As BodyPart In oAllBodyParts
If bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "plain" Then
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
If CURRENT_MAIL_BODY <> bodyPart.Body Then
CURRENT_MAIL_BODY = bodyPart.Body
End If
ElseIf bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "html" Then
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
If CURRENT_MAIL_BODY = "" Then
CURRENT_MAIL_BODY = bodyPart.Body
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
End If
End If
Next
Else
CURRENT_MAIL_BODY = msg_email.Body
End If
End If
End Sub
Private Function GetChildren(ByVal bodyParts As BodyPartCollection) As BodyPartCollection
Dim children As New BodyPartCollection()
@@ -674,7 +637,7 @@ Public Class frmMain
My.Settings.Save()
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
If _email.Email_Send_Independentsoft("Testmail DD Windream-ResultHandler", "This is the body (text will be replaced within profile)", txtTestmail.Text,
If _email.Email_Send_Independentsoft("Testmail", "This is the body (text will be replaced within profile)", txtTestmail.Text,
EMAIL_FROMTextBox.Text, EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain, AUTH_TYPEComboBox.Text, "") = True Then
MsgBox("Email was send successfully.", MsgBoxStyle.Information)
Else
@@ -695,5 +658,129 @@ Public Class frmMain
_email.TEST_POP3_COLLECT(EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain)
End Sub
Private Sub btnTestRegEx_Click(sender As Object, e As EventArgs) Handles btnTestRegEx.Click
txtResultRegEx.Text = ""
Try
My.Settings.Save()
txtResultRegEx.BackColor = Color.WhiteSmoke
' Instantiate the regular expression object.
Dim oReg As Regex = New Regex(txtRegex1.Text, RegexOptions.IgnoreCase)
Dim oMatch As Match = oReg.Match(txthtmlEmail.Text)
Dim oClearedBodyText = txthtmlEmail.Text
Do While oMatch.Success
oClearedBodyText = oClearedBodyText.Replace(oMatch.Value, "")
'Dim g As Group = m.Groups(1)
'If g.ToString.StartsWith("&") = False Then
' TEMP_HTML_RESULTS.Add(g.ToString())
'End If
oMatch = oMatch.NextMatch()
Loop
Logger.Info($"Cleared bodytext after Regex1 is: {oClearedBodyText}")
Dim oReg2 As Regex = New Regex(txtRegex2.Text, RegexOptions.IgnoreCase)
Dim oMatch2 As Match = oReg2.Match(oClearedBodyText)
Do While oMatch2.Success
oClearedBodyText = oClearedBodyText.Replace(oMatch2.Value, "")
'Dim g As Group = m.Groups(1)
'If g.ToString.StartsWith("&") = False Then
' TEMP_HTML_RESULTS.Add(g.ToString())
'End If
oMatch2 = oMatch2.NextMatch()
Loop
Logger.Info($"Cleared bodytext after Regex2 is: {oClearedBodyText}")
txtResultRegEx.Text = oClearedBodyText
txtResultRegEx.BackColor = Color.Yellow
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
Private Sub btnsaveRegex_Click_1(sender As Object, e As EventArgs) Handles btnsaveRegex.Click
tslblRefresh.BackColor = Color.Transparent
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegex1.Text}' WHERE UPPER(FUNCTION_NAME) = UPPER('EMAIL_PROFILER - RemoveHTMLText')"
If _database.Execute_non_Query(upd) = True Then
tslblRefresh.Text = "Regex1 saved - " & Now.ToString
tslblRefresh.BackColor = Color.Yellow
Else
tslblRefresh.Text = "Regex1 NOT saved - Check Your log: " & Now.ToString
tslblRefresh.BackColor = Color.Transparent
End If
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
Try
txthtmlEmail.Text = ""
txthtmlEmail.BackColor = Color.Wheat
Dim oOpenFileDialog1 As New OpenFileDialog()
' openFileDialog1.InitialDirectory = "c:\"
oOpenFileDialog1.Filter = "Emails (*.eml)|*.eml|All files (*.*)|*.*"
oOpenFileDialog1.FilterIndex = 2
oOpenFileDialog1.RestoreDirectory = True
If oOpenFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
Dim oMsg_email As New Independentsoft.Email.Mime.Message(oOpenFileDialog1.FileName)
Dim oBodyText As String = ""
If IsNothing(oMsg_email.Body) Then
Dim oAllBodyParts As New BodyPartCollection()
oAllBodyParts.Add(oMsg_email.BodyParts)
oAllBodyParts.Add(GetChildren(oMsg_email.BodyParts))
For Each bodyPart As BodyPart In oAllBodyParts
If bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "plain" Then
If oBodyText = String.Empty Then
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
oBodyText = bodyPart.Body
Else
Continue For
End If
ElseIf bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "html" Then
If oBodyText = String.Empty Then
oBodyText = bodyPart.Body
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
Else
Continue For
End If
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
End If
Next
If oBodyText = "" Then
MsgBox("No html-body extractable?!")
Else
txthtmlEmail.Text = oBodyText
txthtmlEmail.BackColor = Color.Yellow
End If
Else
txthtmlEmail.Text = oMsg_email.Body
txthtmlEmail.BackColor = Color.Yellow
End If
End If
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
tslblRefresh.BackColor = Color.Transparent
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegex2.Text}' WHERE UPPER(FUNCTION_NAME) = UPPER('EMAIL_PROFILER - RemoveHTMLText1')"
If _database.Execute_non_Query(upd) = True Then
tslblRefresh.Text = "Regex2 saved - " & Now.ToString
tslblRefresh.BackColor = Color.Yellow
Else
tslblRefresh.Text = "Regex2 NOT saved - Check Your log: " & Now.ToString
tslblRefresh.BackColor = Color.Transparent
End If
End Sub
Private Sub COPY_2_HDDCheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles COPY_2_HDDCheckBox.CheckedChanged
If COPY_2_HDDCheckBox.Checked Then
PATH_ORIGINALTextBox.Enabled = True
Else
PATH_ORIGINALTextBox.Enabled = False
End If
End Sub
End Class

View File

@@ -17,8 +17,12 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExp
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraBars.v18.1.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Interop.WINDREAMLib.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Images.v18.1.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Oracle.ManagedDataAccess.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Data.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Printing.v18.1.Core.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Utils.v18.1.xml
@@ -26,6 +30,9 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExp
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll.config
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.xml
@@ -35,7 +42,11 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExp
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraBars.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll.config
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Data.v18.1.resources.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Data.v18.1.resources.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Data.v18.1.resources.dll
@@ -88,6 +99,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\Dev
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Office.v18.1.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Office.v18.1.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Office.v18.1.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.frmMain.resources
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.Resources.resources
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.GenerateResource.cache
@@ -98,15 +110,3 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Interop.WINDREAMLib.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Oracle.ManagedDataAccess.dll
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll.config
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll.config
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache