IMAP Biblios
This commit is contained in:
parent
9b9ec33533
commit
470430e9c4
Binary file not shown.
@ -9,7 +9,7 @@
|
|||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="CONFIG_APP.My.MySettings.DD_ECMConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
||||||
providerName="System.Data.SqlClient" />
|
providerName="System.Data.SqlClient" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
|
|||||||
4
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
4
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
@ -84,9 +84,9 @@ Namespace My
|
|||||||
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _
|
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _
|
||||||
"True;User ID=sa;Password=dd")> _
|
"True;User ID=sa;Password=dd")> _
|
||||||
Public ReadOnly Property DD_ECMConnectionString() As String
|
Public ReadOnly Property MyDatasetConnString() As String
|
||||||
Get
|
Get
|
||||||
Return CType(Me("DD_ECMConnectionString"),String)
|
Return CType(Me("MyDatasetConnString"),String)
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<Setting Name="MyServer" Type="System.String" Scope="User">
|
<Setting Name="MyServer" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)" />
|
<Value Profile="(Default)" />
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="DD_ECMConnectionString" Type="(Connection string)" Scope="Application">
|
<Setting Name="MyDatasetConnString" Type="(Connection string)" Scope="Application">
|
||||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
<ConnectionString>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString>
|
<ConnectionString>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString>
|
||||||
|
|||||||
14
App/CONFIG_APP/MyDataset.Designer.vb
generated
14
App/CONFIG_APP/MyDataset.Designer.vb
generated
@ -6078,7 +6078,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -6571,7 +6571,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -7083,7 +7083,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -7451,7 +7451,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -7837,7 +7837,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -8299,7 +8299,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
@ -8642,7 +8642,7 @@ Namespace MyDatasetTableAdapters
|
|||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||||
Private Sub InitConnection()
|
Private Sub InitConnection()
|
||||||
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
Me._connection = New Global.System.Data.SqlClient.SqlConnection()
|
||||||
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString
|
Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
|||||||
@ -5,161 +5,5 @@
|
|||||||
the code is regenerated.
|
the code is regenerated.
|
||||||
</autogenerated>-->
|
</autogenerated>-->
|
||||||
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<TableUISettings>
|
<TableUISettings />
|
||||||
<TableUISetting Name="TBEMLP_POLL_PROFILES">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="POLL_TYPE">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="EMAIL_CONF_ID">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="LAST_TICK">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
<TableUISetting Name="TBEMLP_POLL_PROCESS">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="PROCESS_NAME">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="STEP_NAME">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="WM_OBJEKTTYPE">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="WM_VECTOR_LOG">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="WM_REFERENCE_INDEX">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="WM_IDX_BODY_TEXT">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
<TableUISetting Name="TBEMLP_POLL_STEPS">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
<TableUISetting Name="TBEMLP_POLL_INDEXING_STEPS">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="INDEXNAME">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="SEQUENCE">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
<TableUISetting Name="TBEMLP_CONFIG">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="CHECK_INTERVALL_MINUTES">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
||||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
</ControlSetting></ControlSettings>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
<TableUISetting Name="TBDD_EMAIL_ACCOUNT">
|
|
||||||
<ColumnUISettings>
|
|
||||||
<ColumnUISetting Name="ADDED_WHEN">
|
|
||||||
<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>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="CHANGED_WHEN">
|
|
||||||
<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>
|
|
||||||
</ColumnUISetting>
|
|
||||||
<ColumnUISetting Name="AUTH_TYPE">
|
|
||||||
<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>
|
|
||||||
</ColumnUISetting>
|
|
||||||
</ColumnUISettings>
|
|
||||||
</TableUISetting>
|
|
||||||
</TableUISettings>
|
|
||||||
</DataSetUISetting>
|
</DataSetUISetting>
|
||||||
@ -4,12 +4,12 @@
|
|||||||
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||||
<Connections>
|
<Connections>
|
||||||
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="DD_ECMConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="DD_ECMConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.CONFIG_APP.My.MySettings.GlobalReference.Default.DD_ECMConnectionString" Provider="System.Data.SqlClient" />
|
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="MyDatasetConnString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="MyDatasetConnString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.CONFIG_APP.My.MySettings.GlobalReference.Default.MyDatasetConnString" Provider="System.Data.SqlClient" />
|
||||||
</Connections>
|
</Connections>
|
||||||
<Tables>
|
<Tables>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_PROFILESTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_PROFILESTableAdapter" Name="TBEMLP_POLL_PROFILES" UserDataComponentName="TBEMLP_POLL_PROFILESTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_PROFILESTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_PROFILESTableAdapter" Name="TBEMLP_POLL_PROFILES" UserDataComponentName="TBEMLP_POLL_PROFILESTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROFILES" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROFILES" 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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
<CommandText>DELETE FROM [TBEMLP_POLL_PROFILES] WHERE (([GUID] = @Original_GUID) AND ([PROFILE_NAME] = @Original_PROFILE_NAME) AND ([POLL_TYPE] = @Original_POLL_TYPE) AND ([EMAIL_CONF_ID] = @Original_EMAIL_CONF_ID) AND ((@IsNull_COMMENT = 1 AND [COMMENT] IS NULL) OR ([COMMENT] = @Original_COMMENT)) AND ((@IsNull_LAST_TICK = 1 AND [LAST_TICK] IS NULL) OR ([LAST_TICK] = @Original_LAST_TICK)) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_SEQUENCE = 1 AND [SEQUENCE] IS NULL) OR ([SEQUENCE] = @Original_SEQUENCE)) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)))</CommandText>
|
<CommandText>DELETE FROM [TBEMLP_POLL_PROFILES] WHERE (([GUID] = @Original_GUID) AND ([PROFILE_NAME] = @Original_PROFILE_NAME) AND ([POLL_TYPE] = @Original_POLL_TYPE) AND ([EMAIL_CONF_ID] = @Original_EMAIL_CONF_ID) AND ((@IsNull_COMMENT = 1 AND [COMMENT] IS NULL) OR ([COMMENT] = @Original_COMMENT)) AND ((@IsNull_LAST_TICK = 1 AND [LAST_TICK] IS NULL) OR ([LAST_TICK] = @Original_LAST_TICK)) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_SEQUENCE = 1 AND [SEQUENCE] IS NULL) OR ([SEQUENCE] = @Original_SEQUENCE)) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN)))</CommandText>
|
||||||
@ -102,7 +102,7 @@ SELECT GUID, PROFILE_NAME, POLL_TYPE, EMAIL_CONF_ID, COMMENT, LAST_TICK, ACTIVE,
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_PROCESSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_PROCESSTableAdapter" Name="TBEMLP_POLL_PROCESS" UserDataComponentName="TBEMLP_POLL_PROCESSTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_PROCESSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_PROCESSTableAdapter" Name="TBEMLP_POLL_PROCESS" UserDataComponentName="TBEMLP_POLL_PROCESSTableAdapter">
|
||||||
<MainSource>
|
<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">
|
<DbSource ConnectionRef="MyDatasetConnString (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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
<CommandText>DELETE FROM TBEMLP_POLL_PROCESS
|
<CommandText>DELETE FROM TBEMLP_POLL_PROCESS
|
||||||
@ -218,7 +218,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_STEPSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_STEPSTableAdapter" Name="TBEMLP_POLL_STEPS" UserDataComponentName="TBEMLP_POLL_STEPSTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_STEPSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_STEPSTableAdapter" Name="TBEMLP_POLL_STEPS" UserDataComponentName="TBEMLP_POLL_STEPSTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_STEPS" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_STEPS" 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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>DELETE FROM TBEMLP_POLL_STEPS
|
<CommandText>DELETE FROM TBEMLP_POLL_STEPS
|
||||||
@ -291,7 +291,7 @@ SELECT GUID, PROCESS_ID, STEP_NAME, KEYWORDS_BODY, COMMENT, ACTIVE, SEQUENCE, AD
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_INDEXING_STEPSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_INDEXING_STEPSTableAdapter" Name="TBEMLP_POLL_INDEXING_STEPS" UserDataComponentName="TBEMLP_POLL_INDEXING_STEPSTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_POLL_INDEXING_STEPSTableAdapter" GeneratorDataComponentClassName="TBEMLP_POLL_INDEXING_STEPSTableAdapter" Name="TBEMLP_POLL_INDEXING_STEPS" UserDataComponentName="TBEMLP_POLL_INDEXING_STEPSTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_INDEXING_STEPS" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_INDEXING_STEPS" 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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>DELETE FROM TBEMLP_POLL_INDEXING_STEPS
|
<CommandText>DELETE FROM TBEMLP_POLL_INDEXING_STEPS
|
||||||
@ -364,7 +364,7 @@ SELECT GUID, STEP_ID, INDEXNAME, INDEXVALUE, ACTIVE, USE_FOR_DIRECT_ANSWER, SEQU
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_HISTORYTableAdapter" GeneratorDataComponentClassName="TBEMLP_HISTORYTableAdapter" Name="TBEMLP_HISTORY" UserDataComponentName="TBEMLP_HISTORYTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_HISTORYTableAdapter" GeneratorDataComponentClassName="TBEMLP_HISTORYTableAdapter" Name="TBEMLP_HISTORY" UserDataComponentName="TBEMLP_HISTORYTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_HISTORY" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_HISTORY" 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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>DELETE FROM TBEMLP_HISTORY
|
<CommandText>DELETE FROM TBEMLP_HISTORY
|
||||||
@ -448,7 +448,7 @@ SELECT GUID, WORK_PROCESS, EMAIL_MSGID, EMAIL_SUBJECT, EMAIL_DATE, EMAIL_BODY, E
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_CONFIGTableAdapter" GeneratorDataComponentClassName="TBEMLP_CONFIGTableAdapter" Name="TBEMLP_CONFIG" UserDataComponentName="TBEMLP_CONFIGTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBEMLP_CONFIGTableAdapter" GeneratorDataComponentClassName="TBEMLP_CONFIGTableAdapter" Name="TBEMLP_CONFIG" UserDataComponentName="TBEMLP_CONFIGTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_CONFIG" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_CONFIG" 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">
|
||||||
<SelectCommand>
|
<SelectCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>SELECT TBEMLP_CONFIG.*
|
<CommandText>SELECT TBEMLP_CONFIG.*
|
||||||
@ -495,7 +495,7 @@ SELECT GUID, FONT_BODY, LOG_ERRORS_ONLY, CHECK_INTERVALL_MINUTES, LAST_TICK, PAT
|
|||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_EMAIL_ACCOUNTTableAdapter" GeneratorDataComponentClassName="TBDD_EMAIL_ACCOUNTTableAdapter" Name="TBDD_EMAIL_ACCOUNT" UserDataComponentName="TBDD_EMAIL_ACCOUNTTableAdapter">
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBDD_EMAIL_ACCOUNTTableAdapter" GeneratorDataComponentClassName="TBDD_EMAIL_ACCOUNTTableAdapter" Name="TBDD_EMAIL_ACCOUNT" UserDataComponentName="TBDD_EMAIL_ACCOUNTTableAdapter">
|
||||||
<MainSource>
|
<MainSource>
|
||||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" 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">
|
<DbSource ConnectionRef="MyDatasetConnString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" 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>
|
<DeleteCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||||
<CommandText>DELETE FROM [TBDD_EMAIL_ACCOUNT] WHERE (([GUID] = @Original_GUID) AND ((@IsNull_NAME = 1 AND [NAME] IS NULL) OR ([NAME] = @Original_NAME)) AND ([EMAIL_FROM] = @Original_EMAIL_FROM) AND ([EMAIL_SMTP] = @Original_EMAIL_SMTP) AND ([EMAIL_USER] = @Original_EMAIL_USER) AND ([EMAIL_PW] = @Original_EMAIL_PW) AND ([PORT] = @Original_PORT) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ([CHANGED_WHEN] = @Original_CHANGED_WHEN) AND ([SSL_AUTH] = @Original_SSL_AUTH) AND ((@IsNull_AUTH_TYPE = 1 AND [AUTH_TYPE] IS NULL) OR ([AUTH_TYPE] = @Original_AUTH_TYPE)))</CommandText>
|
<CommandText>DELETE FROM [TBDD_EMAIL_ACCOUNT] WHERE (([GUID] = @Original_GUID) AND ((@IsNull_NAME = 1 AND [NAME] IS NULL) OR ([NAME] = @Original_NAME)) AND ([EMAIL_FROM] = @Original_EMAIL_FROM) AND ([EMAIL_SMTP] = @Original_EMAIL_SMTP) AND ([EMAIL_USER] = @Original_EMAIL_USER) AND ([EMAIL_PW] = @Original_EMAIL_PW) AND ([PORT] = @Original_PORT) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ([CHANGED_WHEN] = @Original_CHANGED_WHEN) AND ([SSL_AUTH] = @Original_SSL_AUTH) AND ((@IsNull_AUTH_TYPE = 1 AND [AUTH_TYPE] IS NULL) OR ([AUTH_TYPE] = @Original_AUTH_TYPE)))</CommandText>
|
||||||
@ -602,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:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<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_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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -650,7 +650,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -764,7 +764,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -811,7 +811,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</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_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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -852,7 +852,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -910,7 +910,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" />
|
||||||
@ -957,7 +957,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<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: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:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<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" />
|
<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" />
|
||||||
@ -1059,9 +1059,9 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:appinfo>
|
<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_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_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_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_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_ParentPropName="TBEMLP_POLL_STEPSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" />
|
<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" />
|
||||||
</xs:appinfo>
|
</xs:appinfo>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
BIN
App/CONFIG_APP/bin/Debug/AE.Net.Mail.dll
Normal file
BIN
App/CONFIG_APP/bin/Debug/AE.Net.Mail.dll
Normal file
Binary file not shown.
BIN
App/CONFIG_APP/bin/Debug/AE.Net.Mail.pdb
Normal file
BIN
App/CONFIG_APP/bin/Debug/AE.Net.Mail.pdb
Normal file
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@
|
|||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="CONFIG_APP.My.MySettings.DD_ECMConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
||||||
providerName="System.Data.SqlClient" />
|
providerName="System.Data.SqlClient" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,50 +0,0 @@
|
|||||||
2019-01-18 15:35:37|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB".
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnection.Open()
|
|
||||||
bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122.
|
|
||||||
2019-01-18 15:35:37|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
|
|
||||||
bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104.
|
|
||||||
2019-01-18 15:35:37|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:35:37|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein.
|
|
||||||
Parametername: index
|
|
||||||
bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
|
|
||||||
bei System.Collections.Generic.List`1.get_Item(Int32 index)
|
|
||||||
bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340.
|
|
||||||
2019-01-18 15:37:02|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB".
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnection.Open()
|
|
||||||
bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122.
|
|
||||||
2019-01-18 15:37:02|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
|
|
||||||
bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104.
|
|
||||||
2019-01-18 15:37:02|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:37:02|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein.
|
|
||||||
Parametername: index
|
|
||||||
bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
|
|
||||||
bei System.Collections.Generic.List`1.get_Item(Int32 index)
|
|
||||||
bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340.
|
|
||||||
2019-01-18 15:38:36|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB".
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner)
|
|
||||||
bei FirebirdSql.Data.FirebirdClient.FbConnection.Open()
|
|
||||||
bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122.
|
|
||||||
2019-01-18 15:38:36|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
|
|
||||||
bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104.
|
|
||||||
2019-01-18 15:38:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:38:36|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein.
|
|
||||||
Parametername: index
|
|
||||||
bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
|
|
||||||
bei System.Collections.Generic.List`1.get_Item(Int32 index)
|
|
||||||
bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340.
|
|
||||||
2019-01-18 15:39:45|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:40:03|clsWorkEmail|WARN >> No record found for dwDocID 10663
|
|
||||||
2019-01-18 15:40:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:41:35|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty!
|
|
||||||
2019-01-18 15:42:02|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
@ -1,33 +0,0 @@
|
|||||||
2019-01-18 15:35:36|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-18 15:35:37|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-18 15:35:37|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:35:37|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-18 15:35:37|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-18 15:35:37|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-18 15:37:02|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-18 15:37:02|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-18 15:37:02|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:37:02|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-18 15:37:02|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-18 15:37:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-18 15:38:36|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-18 15:38:36|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-18 15:38:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:38:36|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-18 15:38:36|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-18 15:38:36|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-18 15:39:44|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-18 15:39:45|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-18 15:39:45|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:39:45|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-18 15:39:45|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211]
|
|
||||||
2019-01-18 15:40:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-18 15:40:03|clsWorkEmail|WARN >> No record found for dwDocID 10663
|
|
||||||
2019-01-18 15:40:12|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-18 15:40:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-18 15:40:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-18 15:40:12|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-18 15:40:13|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-18 15:41:35|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty!
|
|
||||||
2019-01-18 15:42:02|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-18 15:42:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
2019-01-23 17:00:44|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:02:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:04:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:05:40|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:25:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:25:19|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:26:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:28:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:32:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:34:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:34:41|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:35:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:41:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
@ -1,342 +0,0 @@
|
|||||||
2019-01-23 17:00:44|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:00:44|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:00:44|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:00:44|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:00:44|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:01:44|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:02:07|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:02:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:02:07|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:02:07|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:04:52|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:04:53|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:04:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:04:53|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:04:53|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-23 17:05:39|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:05:40|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:05:40|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:05:40|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:05:40|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:14:13|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:14:13|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:14:13|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:14:13|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:14:22|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:25:18|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:25:19|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:25:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:25:19|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:25:19|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:25:19|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:25:19|clsWorkEmail|INFO >> m.Value.Length [141] < WM_IDX_BODY_SUBSTR_LENGTH [200], so simply m.Value [Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##] will be taken...
|
|
||||||
2019-01-23 17:25:19|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:25:19|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-23 17:26:10|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:26:10|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:26:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:26:11|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:26:11|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:26:19|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:28:28|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:28:28|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:28:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:28:28|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:28:28|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:28:32|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:32:53|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:32:53|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:32:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:32:53|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:32:53|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:32:57|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:34:40|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:34:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:34:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:34:41|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:34:41|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:34:41|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:34:41|clsWorkEmail|INFO >> m.Value.Length [141] < WM_IDX_BODY_SUBSTR_LENGTH [200], so simply m.Value [Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##] will be taken...
|
|
||||||
2019-01-23 17:34:41|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!
|
|
||||||
2019-01-23 17:34:41|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-23 17:35:24|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:35:24|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:35:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:35:25|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:35:25|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:35:30|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:41:28|clsWorkEmail|INFO >> Detail-Log is on
|
|
||||||
2019-01-23 17:41:29|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
|
||||||
2019-01-23 17:41:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
|
||||||
2019-01-23 17:41:29|clsWorker|INFO >> Worked/Pulled: 1 E-Mails
|
|
||||||
2019-01-23 17:41:29|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172]
|
|
||||||
2019-01-23 17:41:33|clsWorkEmail|INFO >> Cleared bodytext is:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Ok
|
|
||||||
Pj 3020654
|
|
||||||
T 1234
|
|
||||||
T 7643
|
|
||||||
|
|
||||||
Von meinem iPhone gesendet
|
|
||||||
|
|
||||||
Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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-23 17:41:52|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL....
|
|
||||||
2019-01-23 17:41:56|clsWorkEmail|INFO >> Found Keyword 'OK' in MessageBody
|
|
||||||
2019-01-23 17:42:06|clsWindream_Index|INFO >> Index 'Dokumentart' was written with value 'Email-Approved'
|
|
||||||
2019-01-23 17:42:06|clsWindream_Index|INFO >>
|
|
||||||
2019-01-23 17:42:15|clsWindream_Index|INFO >> Index 'Boolean 04' was written with value 'True'
|
|
||||||
2019-01-23 17:42:15|clsWindream_Index|INFO >>
|
|
||||||
2019-01-23 17:42:23|clsWindream_Index|INFO >> Vektor-Index 'Vektor_Text1' was written!
|
|
||||||
2019-01-23 17:42:23|clsWindream_Index|INFO >>
|
|
||||||
2019-01-23 17:42:28|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:'
|
|
||||||
2019-01-23 17:42:28|clsWindream_Index|INFO >>
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
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
|
|
||||||
@ -1,621 +0,0 @@
|
|||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
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
|
|
||||||
@ -1,390 +0,0 @@
|
|||||||
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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:'
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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>"gobd@tecosim.com" <gobd@tecosim.com>
|
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,205 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
2019-04-09 10:00:55|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
|
||||||
|
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||||
|
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||||
|
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||||
|
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||||
|
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||||
|
2019-04-09 10:00:55|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
2019-04-09 10:01:13|clsEmailIMAP|ERROR >> Beim Datenbankaufruf ist ein nicht behebbarer Fehler aufgetreten
|
||||||
|
bei System.Net.Dns.GetAddrInfo(String name)
|
||||||
|
bei System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
|
||||||
|
bei System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
|
||||||
|
bei System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?()
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Connect()
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 59.
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|WARN >> bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|WARN >> [AUTHENTICATIONFAILED] Authentication failed.
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|ERROR >> [AUTHENTICATIONFAILED] Authentication failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
2019-04-09 10:01:11|clsEmailIMAP|INFO >> Working on TEST_IMAP_COLLECT.....
|
||||||
|
2019-04-09 10:01:11|clsEmailIMAP|INFO >> Unexpected error in TEST_IMAP_COLLECT - User: [marvin@fam-kamm.de] PW: [marvinckamm!]
|
||||||
|
2019-04-09 10:01:19|clsEmailIMAP|INFO >> Working on TEST_IMAP_COLLECT.....
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|INFO >> Unexpected error in oImapClient.Login - User: [marlonschreiber@arcor.de] PW: [!Pucus1976=]
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|WARN >> bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.
|
||||||
|
2019-04-09 10:01:27|clsEmailIMAP|WARN >> [AUTHENTICATIONFAILED] Authentication failed.
|
||||||
3
App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt
Normal file
3
App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready
|
||||||
|
A001 LOGIN "" ""
|
||||||
|
A001 NO [AUTHENTICATIONFAILED] Authentication failed.
|
||||||
@ -18,6 +18,7 @@ Public Class frmMain
|
|||||||
Private _LoadInProgress As Boolean = True
|
Private _LoadInProgress As Boolean = True
|
||||||
Private _RunwithLocalemail As Boolean = False
|
Private _RunwithLocalemail As Boolean = False
|
||||||
Private _Localemail As String
|
Private _Localemail As String
|
||||||
|
Private _SQLServerConString As String
|
||||||
|
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
|
|
||||||
@ -36,6 +37,8 @@ Public Class frmMain
|
|||||||
ToolStripProgressBar1.Visible = False
|
ToolStripProgressBar1.Visible = False
|
||||||
MyLogger = New LogConfig(LogConfig.PathType.CustomPath, Path.Combine(My.Application.Info.DirectoryPath, "Log"), "Log")
|
MyLogger = New LogConfig(LogConfig.PathType.CustomPath, Path.Combine(My.Application.Info.DirectoryPath, "Log"), "Log")
|
||||||
Logger = MyLogger.GetLogger()
|
Logger = MyLogger.GetLogger()
|
||||||
|
MyLogger.Debug = True
|
||||||
|
Logger.Debug($"AppConfig is located at: [{AppDomain.CurrentDomain.SetupInformation.ConfigurationFile}]")
|
||||||
_windream = New clsWindream_allgemein(MyLogger)
|
_windream = New clsWindream_allgemein(MyLogger)
|
||||||
_email = New clsEmail(MyLogger)
|
_email = New clsEmail(MyLogger)
|
||||||
_emailIMAP = New clsEmailIMAP(MyLogger)
|
_emailIMAP = New clsEmailIMAP(MyLogger)
|
||||||
@ -50,13 +53,14 @@ Public Class frmMain
|
|||||||
End Sub
|
End Sub
|
||||||
Private Function Set_ConnectionStrings()
|
Private Function Set_ConnectionStrings()
|
||||||
Try
|
Try
|
||||||
Me.TBEMLP_POLL_PROFILESTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
|
||||||
Me.TBEMLP_POLL_PROCESSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBEMLP_POLL_PROFILESTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
Me.TBEMLP_POLL_STEPSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBEMLP_POLL_PROCESSTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBEMLP_POLL_STEPSTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
Me.TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
Me.TBEMLP_HISTORYTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
Me.TBEMLP_CONFIGTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString
|
Me.TBEMLP_HISTORYTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
|
Me.TBEMLP_CONFIGTableAdapter.Connection.ConnectionString = _SQLServerConString
|
||||||
|
|
||||||
Return True
|
Return True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@ -142,6 +146,14 @@ Public Class frmMain
|
|||||||
Dim dbResult As Boolean
|
Dim dbResult As Boolean
|
||||||
tslblstatus.BackColor = Color.Transparent
|
tslblstatus.BackColor = Color.Transparent
|
||||||
If My.Settings.MyConnectionString <> String.Empty Then
|
If My.Settings.MyConnectionString <> String.Empty Then
|
||||||
|
_SQLServerConString = My.Settings.MyConnectionString
|
||||||
|
If _SQLServerConString.Contains("LOGIT_DMS") Then
|
||||||
|
_SQLServerConString.Replace("LOGIT_DMS", "DD_ECM")
|
||||||
|
Logger.Debug($"Replaced wrong Database in ConString ... ")
|
||||||
|
End If
|
||||||
|
Logger.Debug($"SQL-Server ConnString is [{_SQLServerConString}]")
|
||||||
|
|
||||||
|
|
||||||
_database = New clsDatabase(MyLogger, My.Settings.MyConnectionString)
|
_database = New clsDatabase(MyLogger, My.Settings.MyConnectionString)
|
||||||
dbResult = _database.Init(My.Settings.MyConnectionString)
|
dbResult = _database.Init(My.Settings.MyConnectionString)
|
||||||
Else
|
Else
|
||||||
@ -206,9 +218,9 @@ Public Class frmMain
|
|||||||
Try
|
Try
|
||||||
Dim con As String
|
Dim con As String
|
||||||
If chkbxUserAut.Checked Then
|
If chkbxUserAut.Checked Then
|
||||||
con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";Trusted_Connection=True;Application Name=DD ADDI-Client"
|
con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";Trusted_Connection=True;Application Name=EMLProfiler_Client"
|
||||||
Else
|
Else
|
||||||
con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";Application Name=DD ADDI-Client"
|
con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";Application Name=EMLProfiler_Client"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
@ -254,10 +266,10 @@ Public Class frmMain
|
|||||||
Private Sub BackgroundWorker1_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
|
Private Sub BackgroundWorker1_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
|
||||||
If _RunwithLocalemail = False Then
|
If _RunwithLocalemail = False Then
|
||||||
MyLogger.Debug = True
|
MyLogger.Debug = True
|
||||||
Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW)
|
Dim _work As New clsWorker(MyLogger, _SQLServerConString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW)
|
||||||
_work.Start_WorkingProfiles()
|
_work.Start_WorkingProfiles()
|
||||||
Else
|
Else
|
||||||
Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, _Localemail)
|
Dim _work As New clsWorker(MyLogger, _SQLServerConString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, _Localemail)
|
||||||
_work.Start_WorkingProfiles(True)
|
_work.Start_WorkingProfiles(True)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -359,6 +371,9 @@ Public Class frmMain
|
|||||||
Sub Load_Indexdata()
|
Sub Load_Indexdata()
|
||||||
Try
|
Try
|
||||||
If Not IsNothing(WM_OBJEKTTYPEComboBox.Text) Then
|
If Not IsNothing(WM_OBJEKTTYPEComboBox.Text) Then
|
||||||
|
If WM_OBJEKTTYPEComboBox.Text = String.Empty Then
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
Me.WM_VECTOR_LOGComboBox.Items.Clear()
|
Me.WM_VECTOR_LOGComboBox.Items.Clear()
|
||||||
Me.WM_IDX_BODY_TEXTComboBox.Items.Clear()
|
Me.WM_IDX_BODY_TEXTComboBox.Items.Clear()
|
||||||
INDEXNAMEIndexStepsComboBox.Items.Clear()
|
INDEXNAMEIndexStepsComboBox.Items.Clear()
|
||||||
@ -649,7 +664,10 @@ Public Class frmMain
|
|||||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||||
My.Settings.Save()
|
My.Settings.Save()
|
||||||
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
|
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
|
||||||
_emailIMAP.TEST_IMAP_COLLECT(txtInboxname.Text, EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain)
|
If _emailIMAP.TEST_IMAP_COLLECT(txtInboxname.Text, EMAIL_SMTPTextBox.Text, PORT_INTextBox.Text, EMAIL_USERTextBox.Text, PWPlain) = False Then
|
||||||
|
MsgBox("Access Imap NOT successfull", MsgBoxStyle.Critical)
|
||||||
|
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||||
@ -783,4 +801,8 @@ Public Class frmMain
|
|||||||
PATH_ORIGINALTextBox.Enabled = False
|
PATH_ORIGINALTextBox.Enabled = False
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Private Sub frmMain_ImeModeChanged(sender As Object, e As EventArgs) Handles Me.ImeModeChanged
|
||||||
|
|
||||||
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -9,6 +9,7 @@ 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.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.dll
|
||||||
|
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\DigitalData.Modules.Logging.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\NLog.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\NLog.dll
|
||||||
@ -99,7 +100,6 @@ 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\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\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\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.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.Resources.resources
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.GenerateResource.cache
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.GenerateResource.cache
|
||||||
@ -109,4 +109,6 @@ 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.exe
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.exe
|
||||||
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.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\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\AE.Net.Mail.dll
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\AE.Net.Mail.pdb
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -43,6 +43,9 @@
|
|||||||
<OptionInfer>On</OptionInfer>
|
<OptionInfer>On</OptionInfer>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="AE.Net.Mail, Version=1.7.10.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\AE.Net.Mail.1.7.10.0\lib\net45\AE.Net.Mail.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="DigitalData.Modules.Database, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Modules.Database, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
<HintPath>..\..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
||||||
|
|||||||
BIN
App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll
Normal file
BIN
App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll
Normal file
Binary file not shown.
BIN
App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb
Normal file
BIN
App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,6 +3,7 @@ Imports Independentsoft.Email.Imap
|
|||||||
Imports Independentsoft.Email.Mime
|
Imports Independentsoft.Email.Mime
|
||||||
Imports DigitalData.EMLProfiler.ClassCurrent
|
Imports DigitalData.EMLProfiler.ClassCurrent
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
|
Imports AE
|
||||||
Public Class clsEmailIMAP
|
Public Class clsEmailIMAP
|
||||||
Private Shared Logger As DigitalData.Modules.Logging.Logger
|
Private Shared Logger As DigitalData.Modules.Logging.Logger
|
||||||
|
|
||||||
@ -16,12 +17,13 @@ Public Class clsEmailIMAP
|
|||||||
Try
|
Try
|
||||||
Logger.Info(String.Format("Working on IMAP_COLLECT....."))
|
Logger.Info(String.Format("Working on IMAP_COLLECT....."))
|
||||||
Logger.Debug(String.Format("Working on IMAP_COLLECT....."))
|
Logger.Debug(String.Format("Working on IMAP_COLLECT....."))
|
||||||
Dim oClient As New ImapClient(MAIL_SERVER, MAIL_PORT)
|
Dim oClient As New Independentsoft.Email.Imap.ImapClient(MAIL_SERVER, MAIL_PORT)
|
||||||
|
|
||||||
oClient.ValidateRemoteCertificate = False
|
oClient.ValidateRemoteCertificate = False
|
||||||
oClient.Connect()
|
oClient.Connect()
|
||||||
oClient.Login(MAIL_USER, MAIL_USER_PW)
|
oClient.Login(MAIL_USER, MAIL_USER_PW)
|
||||||
oClient.SelectFolder("Inbox")
|
oClient.SelectFolder("Inbox")
|
||||||
Dim oEnvelopes As Envelope() = oClient.ListMessages()
|
Dim oEnvelopes As Independentsoft.Email.Imap.Envelope() = oClient.ListMessages()
|
||||||
Dim oCount As Integer = 0
|
Dim oCount As Integer = 0
|
||||||
For i As Integer = 0 To oEnvelopes.Length - 1
|
For i As Integer = 0 To oEnvelopes.Length - 1
|
||||||
If Not IsNothing(oEnvelopes(i).Subject) Then
|
If Not IsNothing(oEnvelopes(i).Subject) Then
|
||||||
@ -36,7 +38,7 @@ Public Class clsEmailIMAP
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
oClient.Disconnect()
|
oClient.Disconnect()
|
||||||
Logger.Debug($"{oCOUNT.ToString} messages will be worked..")
|
Logger.Debug($"{oCount.ToString} messages will be worked..")
|
||||||
Logger.Debug("IMAP_COLLECT finished!")
|
Logger.Debug("IMAP_COLLECT finished!")
|
||||||
Return True
|
Return True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@ -47,24 +49,29 @@ Public Class clsEmailIMAP
|
|||||||
Public Function TEST_IMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String)
|
Public Function TEST_IMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String)
|
||||||
Try
|
Try
|
||||||
Logger.Info(String.Format("Working on TEST_IMAP_COLLECT....."))
|
Logger.Info(String.Format("Working on TEST_IMAP_COLLECT....."))
|
||||||
|
Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt")
|
||||||
|
Logger.Debug($"IsoftLog: {oLogPath}...")
|
||||||
|
Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath)
|
||||||
|
|
||||||
Dim oImapClient As New ImapClient(MYMAIL_SERVER, MYMAIL_PORT)
|
Dim oImapClient As New Independentsoft.Email.Imap.ImapClient(MYMAIL_SERVER, MYMAIL_PORT)
|
||||||
' oImapClient.ValidateRemoteCertificate = False
|
oImapClient.Logger = oindependentLogger
|
||||||
|
oImapClient.ValidateRemoteCertificate = False
|
||||||
oImapClient.Connect()
|
oImapClient.Connect()
|
||||||
|
Logger.Debug($"oImapClient connected...")
|
||||||
Try
|
Try
|
||||||
oImapClient.Login(MAIL_USER, MAIL_USER_PW)
|
oImapClient.Login(MAIL_USER, MAIL_USER_PW, AuthenticationType.Login)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox($"Unexpected error in TEST_IMAP_COLLECT (oImapClient.Login): {ex.Message}")
|
MsgBox($"Unexpected error in (oImapClient.Login): {ex.Message}")
|
||||||
Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]")
|
Logger.Info($"Unexpected error in oImapClient.Login - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]")
|
||||||
Logger.Warn(ex.StackTrace.ToString)
|
Logger.Warn(ex.StackTrace.ToString)
|
||||||
Logger.Warn(ex.Message)
|
Logger.Warn(ex.Message)
|
||||||
|
oImapClient.Logger.Close()
|
||||||
Logger.Error(ex)
|
Logger.Error(ex)
|
||||||
Return False
|
Return False
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
oImapClient.SelectFolder(INBOXNAME)
|
oImapClient.SelectFolder(INBOXNAME)
|
||||||
Dim oEnvelopes As Envelope() = oImapClient.ListMessages()
|
Dim oEnvelopes As Independentsoft.Email.Imap.Envelope() = oImapClient.ListMessages()
|
||||||
|
|
||||||
For i As Integer = 0 To oEnvelopes.Length - 1
|
For i As Integer = 0 To oEnvelopes.Length - 1
|
||||||
If Not IsNothing(oEnvelopes(i).Subject) Then
|
If Not IsNothing(oEnvelopes(i).Subject) Then
|
||||||
@ -75,12 +82,54 @@ Public Class clsEmailIMAP
|
|||||||
Next
|
Next
|
||||||
|
|
||||||
oImapClient.Disconnect()
|
oImapClient.Disconnect()
|
||||||
|
oImapClient.Logger.Close()
|
||||||
Logger.Info("TEST_IMAP_COLLECT finished!")
|
Logger.Info("TEST_IMAP_COLLECT finished!")
|
||||||
Return True
|
Return True
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]")
|
||||||
MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}")
|
MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}")
|
||||||
Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:")
|
Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:")
|
||||||
|
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
Public Function TEST_AEIMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String)
|
||||||
|
Try
|
||||||
|
Logger.Info(String.Format("Working on TEST_AEIMAP_COLLECT....."))
|
||||||
|
'Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt")
|
||||||
|
'Logger.Debug($"IsoftLog: {oLogPath}...")
|
||||||
|
'Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath)
|
||||||
|
' Dim sslProtocol As System.Security.Authentication.SslProtocols = Security.Authentication.SslProtocols.Default
|
||||||
|
Dim oImapClient As New AE.Net.Mail.ImapClient(MYMAIL_SERVER, MYMAIL_USER, MYMAIL_USER_PW, AE.Net.Mail.AuthMethods.Login, MYMAIL_PORT)
|
||||||
|
'oImapClient.Logger = oindependentLogger
|
||||||
|
'oImapClient.ValidateRemoteCertificate = False
|
||||||
|
Try
|
||||||
|
If (oImapClient.IsConnected) Then
|
||||||
|
Logger.Debug($"oImapClient Login successfull...")
|
||||||
|
Else
|
||||||
|
Logger.Info($"oImapClient NOT connected...")
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
Logger.Warn(ex.Message)
|
||||||
|
Logger.Error(ex)
|
||||||
|
Return False
|
||||||
|
End Try
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
oImapClient.Disconnect()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Logger.Info("TEST_IMAP_COLLECT finished!")
|
||||||
|
Return True
|
||||||
|
|
||||||
|
Catch ex As Exception
|
||||||
|
Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]")
|
||||||
|
Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:")
|
||||||
|
MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}")
|
||||||
Return False
|
Return False
|
||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|||||||
@ -60,21 +60,24 @@ Public Class clsEmail
|
|||||||
Public Function TEST_POP3_COLLECT(MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) As Boolean
|
Public Function TEST_POP3_COLLECT(MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) As Boolean
|
||||||
Try
|
Try
|
||||||
Logger.Debug(String.Format("Working on TEST_POP3_COLLECT..."))
|
Logger.Debug(String.Format("Working on TEST_POP3_COLLECT..."))
|
||||||
Dim client As New Pop3Client(MYMAIL_SERVER, MYMAIL_PORT)
|
Dim oPop3Client As New Pop3Client(MYMAIL_SERVER, MYMAIL_PORT)
|
||||||
|
Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt")
|
||||||
client.ValidateRemoteCertificate = False
|
Logger.Debug($"IsoftLog: {oLogPath}...")
|
||||||
client.Connect()
|
Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath)
|
||||||
|
' oPop3Client.ValidateRemoteCertificate = False
|
||||||
|
oPop3Client.Logger = oindependentLogger
|
||||||
|
oPop3Client.Connect()
|
||||||
Logger.Debug(String.Format("..connected!"))
|
Logger.Debug(String.Format("..connected!"))
|
||||||
client.Login(MYMAIL_USER, MYMAIL_USER_PW)
|
oPop3Client.Login(MYMAIL_USER, MYMAIL_USER_PW)
|
||||||
|
|
||||||
Dim messageInfo As MessageInfo() = client.List()
|
Dim messageInfo As MessageInfo() = oPop3Client.List()
|
||||||
|
|
||||||
For i As Integer = 0 To messageInfo.Length - 1
|
For i As Integer = 0 To messageInfo.Length - 1
|
||||||
Dim message As Message = client.GetMessage(messageInfo(i).Index)
|
Dim message As Message = oPop3Client.GetMessage(messageInfo(i).Index)
|
||||||
MsgBox(String.Format("Message [{0}] added", message.Subject))
|
MsgBox($"Message-subject: {message.Subject}, Message unique ID = {messageInfo(i).UniqueID} added", )
|
||||||
Next
|
Next
|
||||||
|
|
||||||
client.Disconnect()
|
oPop3Client.Disconnect()
|
||||||
MsgBox(String.Format("TEST_POP3_COLLECT finished!"))
|
MsgBox(String.Format("TEST_POP3_COLLECT finished!"))
|
||||||
Return True
|
Return True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
9c16fe2374e1e996b351d980c60514ee4e15bd53
|
e16852c9dcabf8ca2116c0fea0baeab31771f4e2
|
||||||
|
|||||||
@ -17,7 +17,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin
|
|||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbprojAssemblyReference.cache
|
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache
|
||||||
@ -25,3 +24,5 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj
|
|||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.pdb
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.dll
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.pdb
|
||||||
|
|||||||
Binary file not shown.
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
|
<package id="AE.Net.Mail" version="1.7.10.0" targetFramework="net461" />
|
||||||
<package id="NLog" version="4.5.8" targetFramework="net461" />
|
<package id="NLog" version="4.5.8" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
BIN
App/packages/AE.Net.Mail.1.7.10.0/.signature.p7s
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
App/packages/AE.Net.Mail.1.7.10.0/AE.Net.Mail.1.7.10.0.nupkg
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/AE.Net.Mail.1.7.10.0.nupkg
vendored
Normal file
Binary file not shown.
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.dll
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.dll
vendored
Normal file
Binary file not shown.
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.pdb
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.pdb
vendored
Normal file
Binary file not shown.
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.dll
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.dll
vendored
Normal file
Binary file not shown.
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.pdb
vendored
Normal file
BIN
App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.pdb
vendored
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user