delete all build crap
This commit is contained in:
parent
a1ccc6d909
commit
c761aabc79
63
.gitattributes
vendored
Normal file
63
.gitattributes
vendored
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
###############################################################################
|
||||||
|
# Set default behavior to automatically normalize line endings.
|
||||||
|
###############################################################################
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set default behavior for command prompt diff.
|
||||||
|
#
|
||||||
|
# This is need for earlier builds of msysgit that does not have it on by
|
||||||
|
# default for csharp files.
|
||||||
|
# Note: This is only used by command line
|
||||||
|
###############################################################################
|
||||||
|
#*.cs diff=csharp
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set the merge driver for project and solution files
|
||||||
|
#
|
||||||
|
# Merging from the command prompt will add diff markers to the files if there
|
||||||
|
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||||
|
# the diff markers are never inserted). Diff markers may cause the following
|
||||||
|
# file extensions to fail to load in VS. An alternative would be to treat
|
||||||
|
# these files as binary and thus will always conflict and require user
|
||||||
|
# intervention with every merge. To do so, just uncomment the entries below
|
||||||
|
###############################################################################
|
||||||
|
#*.sln merge=binary
|
||||||
|
#*.csproj merge=binary
|
||||||
|
#*.vbproj merge=binary
|
||||||
|
#*.vcxproj merge=binary
|
||||||
|
#*.vcproj merge=binary
|
||||||
|
#*.dbproj merge=binary
|
||||||
|
#*.fsproj merge=binary
|
||||||
|
#*.lsproj merge=binary
|
||||||
|
#*.wixproj merge=binary
|
||||||
|
#*.modelproj merge=binary
|
||||||
|
#*.sqlproj merge=binary
|
||||||
|
#*.wwaproj merge=binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# behavior for image files
|
||||||
|
#
|
||||||
|
# image files are treated as binary by default.
|
||||||
|
###############################################################################
|
||||||
|
#*.jpg binary
|
||||||
|
#*.png binary
|
||||||
|
#*.gif binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# diff behavior for common document formats
|
||||||
|
#
|
||||||
|
# Convert binary document formats to text before diffing them. This feature
|
||||||
|
# is only available from the command line. Turn it on by uncommenting the
|
||||||
|
# entries below.
|
||||||
|
###############################################################################
|
||||||
|
#*.doc diff=astextplain
|
||||||
|
#*.DOC diff=astextplain
|
||||||
|
#*.docx diff=astextplain
|
||||||
|
#*.DOCX diff=astextplain
|
||||||
|
#*.dot diff=astextplain
|
||||||
|
#*.DOT diff=astextplain
|
||||||
|
#*.pdf diff=astextplain
|
||||||
|
#*.PDF diff=astextplain
|
||||||
|
#*.rtf diff=astextplain
|
||||||
|
#*.RTF diff=astextplain
|
||||||
267
.gitignore
vendored
267
.gitignore
vendored
@ -1,7 +1,262 @@
|
|||||||
################################################################################
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt.
|
## files generated by popular Visual Studio add-ons.
|
||||||
################################################################################
|
|
||||||
|
|
||||||
/App/.vs/SERV_EMAIL/v15/Server/sqlite3
|
# User-specific files
|
||||||
/.vs/DDEmailProfiler/v15/.suo
|
*.suo
|
||||||
/App/.vs/SERV_EMAIL/v16/Server/sqlite3
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
*.cache
|
||||||
|
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
|
||||||
|
# Visual Studio 2015 cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
|
#wwwroot/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
# NUNIT
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
|
||||||
|
# Build Results of an ATL Project
|
||||||
|
[Dd]ebugPS/
|
||||||
|
[Rr]eleasePS/
|
||||||
|
dlldata.c
|
||||||
|
|
||||||
|
# DNX
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*_i.h
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Chutzpah Test files
|
||||||
|
_Chutzpah*
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
# TFS 2012 Local Workspace
|
||||||
|
$tf/
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# JustCode is a .NET coding add-in
|
||||||
|
.JustCode
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
_NCrunch_*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
# MightyMoose
|
||||||
|
*.mm.*
|
||||||
|
AutoTest.Net/
|
||||||
|
|
||||||
|
# Web workbench (sass)
|
||||||
|
.sass-cache/
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.azurePubxml
|
||||||
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||||
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
|
#*.pubxml
|
||||||
|
*.publishproj
|
||||||
|
|
||||||
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||||
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
|
# in these scripts will be unencrypted
|
||||||
|
PublishScripts/
|
||||||
|
|
||||||
|
# NuGet Packages
|
||||||
|
*.nupkg
|
||||||
|
# The packages folder can be ignored because of Package Restore
|
||||||
|
**/packages/*
|
||||||
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/packages/build/
|
||||||
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
|
#!**/packages/repositories.config
|
||||||
|
# NuGet v3's project.json files produces more ignoreable files
|
||||||
|
*.nuget.props
|
||||||
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Microsoft Azure Build Output
|
||||||
|
csx/
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Microsoft Azure Emulator
|
||||||
|
ecf/
|
||||||
|
rcf/
|
||||||
|
|
||||||
|
# Windows Store app package directories and files
|
||||||
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!*.[Cc]ache/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
node_modules/
|
||||||
|
orleans.codegen.cs
|
||||||
|
|
||||||
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
#bower_components/
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file
|
||||||
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
|
# because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
|
||||||
|
# Business Intelligence projects
|
||||||
|
*.rdl.data
|
||||||
|
*.bim.layout
|
||||||
|
*.bim_*.settings
|
||||||
|
|
||||||
|
# Microsoft Fakes
|
||||||
|
FakesAssemblies/
|
||||||
|
|
||||||
|
# GhostDoc plugin setting file
|
||||||
|
*.GhostDoc.xml
|
||||||
|
|
||||||
|
# Node.js Tools for Visual Studio
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
|
||||||
|
# Visual Studio 6 build log
|
||||||
|
*.plg
|
||||||
|
|
||||||
|
# Visual Studio 6 workspace options file
|
||||||
|
*.opt
|
||||||
|
|
||||||
|
# Visual Studio LightSwitch build output
|
||||||
|
**/*.HTMLClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/ModelManifest.xml
|
||||||
|
**/*.Server/GeneratedArtifacts
|
||||||
|
**/*.Server/ModelManifest.xml
|
||||||
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# Paket dependency manager
|
||||||
|
.paket/paket.exe
|
||||||
|
paket-files/
|
||||||
|
|
||||||
|
# FAKE - F# Make
|
||||||
|
.fake/
|
||||||
|
|
||||||
|
# JetBrains Rider
|
||||||
|
.idea/
|
||||||
|
*.sln.iml
|
||||||
|
|
||||||
|
# CodeRush
|
||||||
|
.cr/
|
||||||
|
|
||||||
|
# Python Tools for Visual Studio (PTVS)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,56 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
||||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
||||||
</sectionGroup>
|
|
||||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
||||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
||||||
</sectionGroup>
|
|
||||||
</configSections>
|
|
||||||
<connectionStrings>
|
|
||||||
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
||||||
</startup>
|
|
||||||
<userSettings>
|
|
||||||
<CONFIG_APP.My.MySettings>
|
|
||||||
<setting name="MyConnectionString" serializeAs="String">
|
|
||||||
<value>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="MyServer" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="EmailTest_Receipiant" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="MyTestHTML" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="DEBUG" serializeAs="String">
|
|
||||||
<value>False</value>
|
|
||||||
</setting>
|
|
||||||
</CONFIG_APP.My.MySettings>
|
|
||||||
</userSettings>
|
|
||||||
<applicationSettings>
|
|
||||||
<CONFIG_APP.My.MySettings>
|
|
||||||
<setting name="FB_DATABASE" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="FB_DATASOURCE" serializeAs="String">
|
|
||||||
<value />
|
|
||||||
</setting>
|
|
||||||
<setting name="FB_USER" serializeAs="String">
|
|
||||||
<value>sysdba</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="FB_PW" serializeAs="String">
|
|
||||||
<value>dd</value>
|
|
||||||
</setting>
|
|
||||||
<setting name="USE_WM" serializeAs="String">
|
|
||||||
<value>False</value>
|
|
||||||
</setting>
|
|
||||||
</CONFIG_APP.My.MySettings>
|
|
||||||
</applicationSettings>
|
|
||||||
</configuration>
|
|
||||||
Binary file not shown.
@ -1,256 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
CONFIG_APP
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:CONFIG_APP.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_Down_16xMD">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_right">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.email_go">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.Encrypt">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.handdrawn_arrow_down">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.key_16xLG">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.refresh_16xLG">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:CONFIG_APP.My.Resources.Resources.save_16xMD">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset">
|
|
||||||
<summary>
|
|
||||||
Represents a strongly typed in-memory cache of data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTDataTable">
|
|
||||||
<summary>
|
|
||||||
Represents the strongly named DataTable class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRow">
|
|
||||||
<summary>
|
|
||||||
Represents strongly named DataRow class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRowChangeEvent">
|
|
||||||
<summary>
|
|
||||||
Row event argument class
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROCESSTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_STEPSTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_INDEXING_STEPSTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter">
|
|
||||||
<summary>
|
|
||||||
Represents the connection and commands used to retrieve and save data.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager">
|
|
||||||
<summary>
|
|
||||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateUpdatedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
|
|
||||||
<summary>
|
|
||||||
Update rows in top-down order.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateInsertedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
|
||||||
<summary>
|
|
||||||
Insert rows in top-down order.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateDeletedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
|
||||||
<summary>
|
|
||||||
Delete rows in bottom-up order.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
|
|
||||||
<summary>
|
|
||||||
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateAll(CONFIG_APP.MyDataset)">
|
|
||||||
<summary>
|
|
||||||
Update all changes to the dataset.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption">
|
|
||||||
<summary>
|
|
||||||
Update Order Option
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.SelfReferenceComparer">
|
|
||||||
<summary>
|
|
||||||
Used to sort self-referenced table's rows
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 34 B |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
|
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
||||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
|
||||||
<security>
|
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
</assembly>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,878 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>DevExpress.Sparkline.v18.1.Core</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>Interface implementing the <b>Visitor</b> pattern.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
|
|
||||||
<summary>
|
|
||||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
|
|
||||||
<summary>
|
|
||||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
|
|
||||||
<summary>
|
|
||||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
|
|
||||||
<summary>
|
|
||||||
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.BarSparklineView">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The <b>Bar</b> sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the BarSparklineView class with the default settings.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
|
||||||
<summary>
|
|
||||||
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the type of the sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
|
||||||
<summary>
|
|
||||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="visitor">
|
|
||||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.LineSparklineView">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The <b>Line</b> sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the LineSparklineView class with the default settings.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline marker.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
|
||||||
<summary>
|
|
||||||
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the size of an end point's marker.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
|
|
||||||
<summary>
|
|
||||||
<para>Specifies the width of a line in a LineSparklineView.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the line width (in pixels).
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw line markers.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the size of markers for data points in a line sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ScaleFactor">
|
|
||||||
<summary>
|
|
||||||
<para> </para>
|
|
||||||
</summary>
|
|
||||||
<value> </value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
<para>Sets size for all markers of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="markerSize">
|
|
||||||
An integer value specifying the new size for sparkline markers (in pixels).
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the size of a start point's marker.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value specifying the marker size, in pixels.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the type of the sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
|
||||||
<summary>
|
|
||||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="visitor">
|
|
||||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.SparklineViewType">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>Lists the values used to specify the available view types of a sparkline.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
|
|
||||||
<summary>
|
|
||||||
<para>Sparkline data points are represented as <b>area</b>.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
|
|
||||||
<summary>
|
|
||||||
<para>Sparkline data points are represented as <b>bars</b>.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
|
|
||||||
<summary>
|
|
||||||
<para>Sparkline data points are represented as a <b>line</b>.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
|
|
||||||
<summary>
|
|
||||||
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.SparklineRange">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>Represents a range to be used in DevExpress Sparkline controls.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="min">
|
|
||||||
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
<param name="max">
|
|
||||||
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the SparklineRange class with the default settings.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying the first limit of the range.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying the second limit of the range.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
|
|
||||||
<summary>
|
|
||||||
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
|
|
||||||
<summary>
|
|
||||||
<para>Returns the textual representation of the SparklineRange.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
|
|
||||||
</returns>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.SparklineViewBase">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The base class for sparkline views.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline end point.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline maximum point.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline minimum point.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of sparkline negative points.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the actual color of a sparkline start point.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
|
||||||
<summary>
|
|
||||||
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
|
|
||||||
<summary>
|
|
||||||
<para>Creates a sparkline view of the specified type.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="viewType">
|
|
||||||
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
|
|
||||||
</returns>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw the end point of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
|
|
||||||
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
|
|
||||||
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
|
|
||||||
<summary>
|
|
||||||
<para>Occurs when any property of the SparklineViewBase object has changed its value.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
|
|
||||||
<summary>
|
|
||||||
<para>Gets or sets the color to draw the start point of a sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
|
|
||||||
<summary>
|
|
||||||
<para>Returns a human-readable string that represents the SparklineViewBase object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
|
|
||||||
</returns>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the type of the sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
|
||||||
<summary>
|
|
||||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="visitor">
|
|
||||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The <b>WinLoss</b> sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the WinLossSparklineView class with the default settings.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the type of the sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
|
||||||
<summary>
|
|
||||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="visitor">
|
|
||||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
|
||||||
<summary>
|
|
||||||
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
|
|
||||||
<summary>
|
|
||||||
<para>Specifies the distance between two bars of a bar sparkline.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>An integer value (in pixels).
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="T:DevExpress.Sparkline.AreaSparklineView">
|
|
||||||
|
|
||||||
<summary>
|
|
||||||
<para>The <b>Area</b> sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
|
|
||||||
<summary>
|
|
||||||
<para>Initializes a new instance of the AreaSparklineView class with the default settings.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
|
|
||||||
<summary>
|
|
||||||
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
|
||||||
<summary>
|
|
||||||
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="view">
|
|
||||||
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
|
|
||||||
<summary>
|
|
||||||
<para>Gets the type of the sparkline view.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
|
|
||||||
</value>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
|
||||||
<summary>
|
|
||||||
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
|
|
||||||
</para>
|
|
||||||
</summary>
|
|
||||||
<param name="visitor">
|
|
||||||
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
|
|
||||||
|
|
||||||
</param>
|
|
||||||
|
|
||||||
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
</configSections>
|
|
||||||
<system.diagnostics>
|
|
||||||
<sources>
|
|
||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
|
||||||
<listeners>
|
|
||||||
<add name="FileLog"/>
|
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
|
||||||
<!--<add name="EventLog"/>-->
|
|
||||||
</listeners>
|
|
||||||
</source>
|
|
||||||
</sources>
|
|
||||||
<switches>
|
|
||||||
<add name="DefaultSwitch" value="Information" />
|
|
||||||
</switches>
|
|
||||||
<sharedListeners>
|
|
||||||
<add name="FileLog"
|
|
||||||
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
|
||||||
initializeData="FileLogWriter"/>
|
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
|
||||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
|
||||||
</sharedListeners>
|
|
||||||
</system.diagnostics>
|
|
||||||
</configuration>
|
|
||||||
Binary file not shown.
@ -1,114 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
DigitalData.EMLProfiler
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DigitalData.EMLProfiler.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
A strongly-typed resource class, for looking up localized strings, etc.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Returns the cached ResourceManager instance used by this class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Overrides the current thread's CurrentUICulture property for all
|
|
||||||
resource lookups using this strongly typed resource class.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsEmailIMAP.WriteMessageToFile(System.Net.Mail.MailMessage,System.String)">
|
|
||||||
<summary>
|
|
||||||
Uses a private API from MailWriter to write a MailMessage to disk.
|
|
||||||
May break in future versions of .NET
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.#ctor(DigitalData.Modules.Logging.LogConfig)">
|
|
||||||
<summary>
|
|
||||||
Konstruktor für die windream-Klasse
|
|
||||||
</summary>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.Init">
|
|
||||||
<summary>
|
|
||||||
Initialisiert die statische Klasse (Login, Session starten, usw.)
|
|
||||||
</summary>
|
|
||||||
<returns>Liefert True wenn das Anmelden erfolgreich war, sonst False</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsObjects">
|
|
||||||
<summary>
|
|
||||||
Liefert alle Objekttypen des aktuellen Servers als windream-Objekte.
|
|
||||||
</summary>
|
|
||||||
<returns>Alle Objekttypen als WMObjects-Objekt</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings">
|
|
||||||
<summary>
|
|
||||||
Liefert alle Objekttypen des aktuellen Servers als Array aus Strings.
|
|
||||||
</summary>
|
|
||||||
<returns>Array mit allen Objekttypen als Strings</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetIndicesByObjecttype(System.String)">
|
|
||||||
<summary>
|
|
||||||
Liefert alle Indexe eines Objekttypen.
|
|
||||||
</summary>
|
|
||||||
<param name="name">Name des Objekttyps</param>
|
|
||||||
<returns>Array mit allen Objekttyp zugeordneten Indexen als String</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypeByName(System.String)">
|
|
||||||
<summary>
|
|
||||||
Liefert einen Objekttyp als WMObject an Hand dessen Name.
|
|
||||||
</summary>
|
|
||||||
<param name="objekttypName">Name des Objekttyps</param>
|
|
||||||
<returns>Objekttyp als WMObject</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.ExistIndexInObjekttyp(System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Überprüft ob der angegebene Index im Objekttyp existiert
|
|
||||||
</summary>
|
|
||||||
<param name="objekttyp">Name des zu durchsuchenden Objekttyps</param>
|
|
||||||
<param name="indexname">Name des zu suchenden Indexes</param>
|
|
||||||
<returns>Liefert True wenn der Index im Objekttyp existiert, sonst False</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.IsLoggedIn">
|
|
||||||
<summary>
|
|
||||||
Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist.
|
|
||||||
</summary>
|
|
||||||
<returns>Anmeldestatus als Boolean</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetCurrentServer">
|
|
||||||
<summary>
|
|
||||||
Liefert den Servernamen an dem windream aktuell angemeldet ist.
|
|
||||||
</summary>
|
|
||||||
<returns>Servername als String</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetTypeOfIndexAsIntByName(System.String)">
|
|
||||||
<summary>
|
|
||||||
Liefert den Typen eines Indexes als Integer.
|
|
||||||
</summary>
|
|
||||||
<param name="indexname">Name des zu überprüfenden Indexfeldes</param>
|
|
||||||
<returns>Liefert eine Zahl, die einen Typen beschreibt</returns>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex(System.String,System.String)">
|
|
||||||
Liefert den Wert eines Indexes als String
|
|
||||||
_indexname = Name des zu überprüfenden Indexfeldes
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex_WMFile(WINDREAMLib.WMObject,System.String)">
|
|
||||||
Liefert den Wert eines Indexes als String
|
|
||||||
_indexname = Name des zu überprüfenden Indexfeldes
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<configSections>
|
|
||||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
||||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
||||||
</configSections>
|
|
||||||
<entityFramework>
|
|
||||||
<defaultConnectionFactory type="EntityFramework.Firebird.FbConnectionFactory, EntityFramework.Firebird" />
|
|
||||||
<providers>
|
|
||||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
||||||
<provider invariantName="FirebirdSql.Data.FirebirdClient" type="EntityFramework.Firebird.FbProviderServices, EntityFramework.Firebird" />
|
|
||||||
</providers>
|
|
||||||
</entityFramework>
|
|
||||||
|
|
||||||
<runtime>
|
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
|
|
||||||
<bindingRedirect oldVersion="0.0.0.0-7.5.0.0" newVersion="7.5.0.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</assemblyBinding>
|
|
||||||
</runtime>
|
|
||||||
</configuration>
|
|
||||||
Binary file not shown.
@ -1,246 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
DigitalData.Modules.Database
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DigitalData.Modules.Database.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:DigitalData.Modules.Database.Firebird">
|
|
||||||
<summary>
|
|
||||||
MODULE: Firebird
|
|
||||||
|
|
||||||
VERSION: 0.0.0.4
|
|
||||||
|
|
||||||
DATE: 18.12.2018
|
|
||||||
|
|
||||||
DESCRIPTION:
|
|
||||||
|
|
||||||
DEPENDENCIES: NLog, >= 4.5.10
|
|
||||||
|
|
||||||
EntityFramework.Firebird, >= 6.4.0
|
|
||||||
|
|
||||||
FirebirdSql.Data.FirebirdClient, >= 6.4.0
|
|
||||||
|
|
||||||
PARAMETERS: LogConfig, DigitalData.Modules.Logging.LogConfig
|
|
||||||
The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class
|
|
||||||
|
|
||||||
DataSource, String
|
|
||||||
The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03
|
|
||||||
|
|
||||||
Database, String
|
|
||||||
The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`
|
|
||||||
|
|
||||||
User, String
|
|
||||||
The user name to connect as
|
|
||||||
|
|
||||||
Password, String
|
|
||||||
The user's password
|
|
||||||
|
|
||||||
PROPERTIES: ConnectionEstablished, Boolean
|
|
||||||
If the last opened connection was successful
|
|
||||||
|
|
||||||
ConnectionFailed, Boolean
|
|
||||||
If the last opened connection failed
|
|
||||||
|
|
||||||
ConnectionString, String
|
|
||||||
The used connectionstring
|
|
||||||
|
|
||||||
EXAMPLES:
|
|
||||||
|
|
||||||
REMARKS: If the connection fails due to "wrong username or password", the cause might be that the server harddrive is full..
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.#ctor(DigitalData.Modules.Logging.LogConfig,System.String,System.String,System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
|
|
||||||
</summary>
|
|
||||||
<param name="LogConfig">The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class</param>
|
|
||||||
<param name="Datasource">The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03</param>
|
|
||||||
<param name="Database">The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`</param>
|
|
||||||
<param name="User">The user name to connect as</param>
|
|
||||||
<param name="Password">The user's password</param>
|
|
||||||
<exception cref="T:DigitalData.Modules.Database.Exceptions.DatabaseException"></exception>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.GetConnectionString(System.String,System.String,System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Builds a connectionstring from the provided arguments.
|
|
||||||
</summary>
|
|
||||||
<param name="DataSource">The database server where to connect to</param>
|
|
||||||
<param name="Database">The datasource, eg. the path of the FDB-file</param>
|
|
||||||
<param name="User">The user used to connect to the database</param>
|
|
||||||
<param name="Password">The password of the connecting user</param>
|
|
||||||
<returns>A connectionstring</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
|
||||||
<summary>
|
|
||||||
Executes a non-query command.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">The command to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQuery(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes a non-query command.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">The command to execute</param>
|
|
||||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQuery(System.String,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
|
||||||
<summary>
|
|
||||||
Executes a non-query command inside the specified transaction.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">The command to execute</param>
|
|
||||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValueWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a scalar value.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValue(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a scalar value.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatableWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a table of values.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatable(System.String,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a table of values.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.ExecuteNonQueryWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
|
|
||||||
<summary>
|
|
||||||
Executes a non-query command.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The command to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.ExecuteNonQuery(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes a non-query command.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">The command to execute</param>
|
|
||||||
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.GetScalarValueWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a scalar value.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.GetScalarValue(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a table of values.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.GetDatatableWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a table of values.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<param name="Connection">The Firebird connection to use</param>
|
|
||||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.ODBC.GetDatatable(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes a sql query resulting in a table of values.
|
|
||||||
</summary>
|
|
||||||
<param name="SqlQuery">The query to execute</param>
|
|
||||||
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Oracle.GetDatatable(System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns a datatable for a sql-statement
|
|
||||||
</summary>
|
|
||||||
<param name="sqlcommand">sqlcommand for datatable (select XYZ from TableORView)</param>
|
|
||||||
<returns>Returns a datatable</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Oracle.NewExecutenonQuery(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes the passed sql-statement
|
|
||||||
</summary>
|
|
||||||
<param name="executeStatement">the sql statement</param>
|
|
||||||
<returns>Returns true if properly executed, else false</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.Oracle.NewExecuteScalar(System.String)">
|
|
||||||
<summary>
|
|
||||||
Executes the passed sql-statement as Scalar
|
|
||||||
</summary>
|
|
||||||
<param name="executeStatement">the sql statement</param>
|
|
||||||
<returns>Returns the scalarvalue</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.EncryptConnectionString(System.String)">
|
|
||||||
<summary>
|
|
||||||
Encrypts a connection string password.
|
|
||||||
</summary>
|
|
||||||
<param name="ConnectionString">A connection string with a plain-text password</param>
|
|
||||||
<returns>The connection string with the password encrypted.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.DecryptConnectionString(System.String)">
|
|
||||||
<summary>
|
|
||||||
Decrypts a connection string password.
|
|
||||||
</summary>
|
|
||||||
<param name="ConnectionString">A connection string with a encrypted password</param>
|
|
||||||
<returns>The connection string with the password decrypted.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.OpenSQLConnection(System.Data.SqlClient.SqlConnection)">
|
|
||||||
<summary>
|
|
||||||
This Function intentionally has no try..catch block to have any errors caught outside
|
|
||||||
</summary>
|
|
||||||
<param name="Connection"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.GetDatatable(System.String,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Returns a datatable for a sql-statement
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">sqlcommand for datatable (select XYZ from TableORView)</param>
|
|
||||||
<returns>Returns a datatable</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteNonQueryAsync(System.String,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Executes the passed sql-statement in asyncmode
|
|
||||||
</summary>
|
|
||||||
<param name="SqlCommand">the sql statement</param>
|
|
||||||
<param name="commandtimeout">Optional Timeout</param>
|
|
||||||
<remarks></remarks>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
DigitalData.Modules.Encryption
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DigitalData.Modules.Encryption.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Encryption.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Encryption.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:DigitalData.Modules.Encryption.Encryption">
|
|
||||||
<summary>
|
|
||||||
https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,201 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
DigitalData.Modules.Logging
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DigitalData.Modules.Logging.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:DigitalData.Modules.Logging.LogConfig">
|
|
||||||
<module>LogConfig</module>
|
|
||||||
<version>0.0.1.0</version>
|
|
||||||
<date>02.10.2018</date>
|
|
||||||
<summary>
|
|
||||||
Module that writes file-logs to different locations:
|
|
||||||
local application data, the current directory or a custom path.
|
|
||||||
Files and directories will be automatically created.
|
|
||||||
</summary>
|
|
||||||
<dependencies>
|
|
||||||
NLog, >= 4.5.8
|
|
||||||
</dependencies>
|
|
||||||
<example>
|
|
||||||
Imports DigitalData.Modules.Logging
|
|
||||||
|
|
||||||
Class FooProgram
|
|
||||||
Private Logger as Logger
|
|
||||||
Private LogConfig as LogConfig
|
|
||||||
|
|
||||||
Public Sub New()
|
|
||||||
LogConfig = new LogConfig(args)
|
|
||||||
Logger = LogConfig.GetLogger()
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Public Sub Bar()
|
|
||||||
Logger.Info("Baz")
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
|
|
||||||
Class FooLib
|
|
||||||
Private Logger as NLog.Logger
|
|
||||||
|
|
||||||
Public Sub New(LogConfig as LogConfig)
|
|
||||||
Logger = LogConfig.GetLogger()
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Public Sub Bar()
|
|
||||||
Logger.Info("Baz")
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
</example>
|
|
||||||
<remarks>
|
|
||||||
If logpath can not be written to, falls back to temp folder as defined in:
|
|
||||||
https://docs.microsoft.com/de-de/dotnet/api/system.io.path.gettemppath?view=netframework-4.7.2
|
|
||||||
|
|
||||||
If used in a service, LogPath must be set to CustomPath, otherwise the Log will be written to System32!
|
|
||||||
|
|
||||||
For NLog Troubleshooting, set the following Environment variables to write the NLog internal Log:
|
|
||||||
- NLOG_INTERNAL_LOG_LEVEL: Debug
|
|
||||||
- NLOG_INTERNAL_LOG_FILE: ex. C:\Temp\Nlog_Internal.log
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFactory">
|
|
||||||
<summary>
|
|
||||||
Returns the NLog.LogFactory object that is used to create Loggers
|
|
||||||
</summary>
|
|
||||||
<returns>LogFactory object</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFile">
|
|
||||||
<summary>
|
|
||||||
Returns the path to the current default logfile
|
|
||||||
</summary>
|
|
||||||
<returns>Filepath to the logfile</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.LogConfig.LogDirectory">
|
|
||||||
<summary>
|
|
||||||
Returns the path to the current log directory
|
|
||||||
</summary>
|
|
||||||
<returns>Directory path to the log directory</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.LogConfig.Debug">
|
|
||||||
<summary>
|
|
||||||
Determines if a debug log will be written
|
|
||||||
</summary>
|
|
||||||
<returns>True, if debug log will be written. False otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Logging.LogConfig.Logs">
|
|
||||||
<summary>
|
|
||||||
Returns Logs in Memory as List(Of String) if Debug is enabled
|
|
||||||
Returns an empty list if debug is disabled
|
|
||||||
</summary>
|
|
||||||
<returns>A list of log messages</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogOptions)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new LogConfig object with the options supplied as a LogOptions object
|
|
||||||
</summary>
|
|
||||||
<param name="Options"></param>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogConfig.PathType,System.String,System.String,System.String,System.String,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new LogConfig object with a logpath and optinally a filename-suffix.
|
|
||||||
</summary>
|
|
||||||
<param name="LogPath">The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath.</param>
|
|
||||||
<param name="CustomLogPath">If `logPath` is set to custom, this defines the custom logPath.</param>
|
|
||||||
<param name="Suffix">If set to anything other than Nothing, extends the logfile name with this suffix.</param>
|
|
||||||
<param name="CompanyName">CompanyName is used to construct log-path in when LogPath is set to PathType:AppData</param>
|
|
||||||
<param name="ProductName">ProductName is used to construct log-path in when LogPath is set to PathType:AppData</param>
|
|
||||||
<param name="FileKeepRangeInDays">Amount of days where files are kept and not deleted.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.ClearOldLogfiles(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Clears old LogFiles from the configured logpath for compliance with the GDPR
|
|
||||||
</summary>
|
|
||||||
<param name="FileKeepRange">Days in which logfiles should be kept. All files older than `Now - FileKeepInterval` will be deleted.</param>
|
|
||||||
<returns>True, if files were deleted as expected or no files were deleted. Otherwise false.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger">
|
|
||||||
<summary>
|
|
||||||
Returns the Logger for the calling class
|
|
||||||
</summary>
|
|
||||||
<returns>An object of Logging.Logger</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger(System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns the Logger for the specified classname
|
|
||||||
</summary>
|
|
||||||
<returns>An object of Logging.Logger</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLoggerFor(System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns the Logger for the specified module using event-properties
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
https://github.com/NLog/NLog/wiki/EventProperties-Layout-Renderer
|
|
||||||
https://stackoverflow.com/questions/31337030/separate-log-file-for-specific-class-instance-using-nlog/32065824#32065824
|
|
||||||
</remarks>
|
|
||||||
<returns>An object of Logging.Logger</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger(System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns the Logger for a class specified by `ClassName`
|
|
||||||
</summary>
|
|
||||||
<param name="ClassName">The name of the class the logger belongs to</param>
|
|
||||||
<returns>An object of Logging.Logger</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.ClearLogs">
|
|
||||||
<summary>
|
|
||||||
Clears the internal log
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetClassFullName(System.Boolean,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Gets the fully qualified name of the class invoking the calling method,
|
|
||||||
including the namespace but Not the assembly.
|
|
||||||
</summary>
|
|
||||||
<returns>The fully qualified class name</returns>
|
|
||||||
<remarks>This method is very resource-intensive!</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetConfig(System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns the initial log configuration
|
|
||||||
</summary>
|
|
||||||
<param name="productName">The chosen productname</param>
|
|
||||||
<param name="logFileSuffix">The chosen suffix</param>
|
|
||||||
<returns>A NLog.LoggingConfiguration object</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.AddDefaultRules(NLog.Config.LoggingConfiguration@)">
|
|
||||||
<summary>
|
|
||||||
Adds the default rules
|
|
||||||
</summary>
|
|
||||||
<param name="config">A NLog.LoggingConfiguration object</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.GetCurrentLogFilePath">
|
|
||||||
<summary>
|
|
||||||
Returns the full path of the current default log file.
|
|
||||||
</summary>
|
|
||||||
<returns>Full path of the current default log file</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Logging.LogConfig.ReloadConfig(System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Reconfigures and re-adds all loggers, optionally adding the debug rule.
|
|
||||||
</summary>
|
|
||||||
<param name="Debug">Adds the Debug rule if true.</param>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,63 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>
|
|
||||||
DigitalData.Modules.Messaging
|
|
||||||
</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:DigitalData.Modules.Messaging.My.Resources.Resources">
|
|
||||||
<summary>
|
|
||||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Messaging.My.Resources.Resources.ResourceManager">
|
|
||||||
<summary>
|
|
||||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:DigitalData.Modules.Messaging.My.Resources.Resources.Culture">
|
|
||||||
<summary>
|
|
||||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
||||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Messaging.Email.TestIMAPLogin(System.String,System.Int32,System.String,System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Tests connection to a given IMAP Server by connecting and doing a simple message query.
|
|
||||||
</summary>
|
|
||||||
<param name="Server">IP-Address or Domainname of Server</param>
|
|
||||||
<param name="Port">IMAP-Port</param>
|
|
||||||
<param name="Username">IMAP-Username</param>
|
|
||||||
<param name="Password">IMAP-Password</param>
|
|
||||||
<param name="Folder">The folder to fetch messages from. Defaults to `Inbox`</param>
|
|
||||||
<returns>True if connection and query were successful. False otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Messaging.Email.FetchIMAPMessages(System.String,System.Int32,System.String,System.String,System.String)">
|
|
||||||
<summary>
|
|
||||||
Connects to an IMAP Server with the given credentials and
|
|
||||||
fetches emails from the given folder.
|
|
||||||
Results can be filtered with `SearchCondition`
|
|
||||||
</summary>
|
|
||||||
<param name="Server">IP-Address or Domainname of Server</param>
|
|
||||||
<param name="Port">IMAP-Port</param>
|
|
||||||
<param name="Username">IMAP-Username</param>
|
|
||||||
<param name="Password">IMAP-Password</param>
|
|
||||||
<param name="Folder">The folder to fetch messages from</param>
|
|
||||||
<param name="SearchCondition">Filter the search command. Defaults to `All`</param>
|
|
||||||
<returns>A list of Independentsoft.Email.Mime.Message objects</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:DigitalData.Modules.Messaging.Email.WriteMessageToFile(System.Net.Mail.MailMessage,System.String)">
|
|
||||||
<summary>
|
|
||||||
Uses a private API from MailWriter to write a MailMessage to disk.
|
|
||||||
May break in future versions of .NET
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:DigitalData.Modules.Messaging.EventBus">
|
|
||||||
<summary>
|
|
||||||
A Simple EventBus for .NET
|
|
||||||
https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,61 +0,0 @@
|
|||||||
16:23:31.3436|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:23:31.5088|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:23:36.0664|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:23:37.4133|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:23:47.6066|clsWorkEmail|INFO >> COPY2HDD - EMail (WG: Rechnung 7895001156 vom 12.07.2021) already existing!
|
|
||||||
16:23:53.8881|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:24:26.0009|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:24:26.1706|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:24:27.3697|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:24:28.6370|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:24:30.0683|clsWorkEmail|INFO >> [COPY2HDD] Email saved to (P:\Test\Import\ZUGFerD\Email_in\Eml\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc.eml)
|
|
||||||
16:24:56.8232|clsWorkEmail|INFO >> Working on Attachment [7895001156.pdf]
|
|
||||||
16:25:13.6288|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156.pdf]
|
|
||||||
16:25:13.6288|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
|
|
||||||
16:25:25.4908|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
|
|
||||||
16:25:26.1162|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156.pdf')
|
|
||||||
16:26:11.7901|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Spaltenname "PROFILE_ID".
|
|
||||||
16:26:12.4681|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY (WORK_PROCESS,EMAIL_MSGID,EMAIL_SUBJECT,EMAIL_DATE,EMAIL_BODY,EMAIL_SUBSTRING1,EMAIL_SUBSTRING2,EMAIL_FROM,PROFILE_ID) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','','','Marlon.Schreiber@wisag.de',2)
|
|
||||||
16:26:29.8724|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:28:55.6747|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
|
|
||||||
16:29:13.6867|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:29:14.0687|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:29:15.3146|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:29:17.0020|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:32:01.9793|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:32:39.3192|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:32:39.4462|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:32:40.8542|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:32:42.2843|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:32:42.2963|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:32:56.9567|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:32:57.0877|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:32:58.3442|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:33:07.0171|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:34:27.9691|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
|
|
||||||
16:34:37.3940|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:34:37.7600|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:34:38.9159|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:34:41.2748|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:34:41.2918|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:35:12.1724|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:35:13.3639|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:35:17.2723|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:35:23.2859|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:35:50.7726|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
16:36:07.7001|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
|
|
||||||
16:36:09.1231|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
|
|
||||||
16:36:10.3651|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
|
|
||||||
16:36:11.5938|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
|
|
||||||
16:36:15.8361|clsWorkEmail|INFO >> [COPY2HDD] Email saved to (P:\Test\Import\ZUGFerD\Email_in\Eml\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc.eml)
|
|
||||||
16:36:25.5777|clsWorkEmail|INFO >> Working on Attachment [7895001156.pdf]
|
|
||||||
16:36:28.7825|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156.pdf]
|
|
||||||
16:36:28.7825|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
|
|
||||||
16:36:33.2822|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
|
|
||||||
16:36:33.2822|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156.pdf')
|
|
||||||
16:36:36.5675|clsWorkEmail|INFO >> Working on Attachment [7895001156_RA.pdf]
|
|
||||||
16:36:40.7245|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156_RA.pdf]
|
|
||||||
16:36:40.7255|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
|
|
||||||
16:36:41.8460|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
|
|
||||||
16:36:41.8460|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156_RA.pdf')
|
|
||||||
16:36:41.8670|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
|
|
||||||
@ -1,190 +0,0 @@
|
|||||||
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready
|
|
||||||
A001 LOGIN "marlonschreiber@arcor.de" "!35398Mnklv="
|
|
||||||
A001 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY STATUS=SIZE LITERAL+ NOTIFY SPECIAL-USE QUOTA] Logged in
|
|
||||||
A002 SELECT Inbox
|
|
||||||
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk)
|
|
||||||
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk \*)] Flags permitted.
|
|
||||||
* 39 EXISTS
|
|
||||||
* 0 RECENT
|
|
||||||
* OK [UNSEEN 9] First unseen.
|
|
||||||
* OK [UIDVALIDITY 1498564748] UIDs valid
|
|
||||||
* OK [UIDNEXT 17277] Predicted next UID
|
|
||||||
* OK [HIGHESTMODSEQ 37315] Highest
|
|
||||||
A002 OK [READ-WRITE] Select completed (0.003 + 0.000 + 0.002 secs).
|
|
||||||
A003 UID SEARCH ALL
|
|
||||||
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
|
|
||||||
A003 OK Search completed (0.001 + 0.000 secs).
|
|
||||||
A004 UID SEARCH ALL
|
|
||||||
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
|
|
||||||
A004 OK Search completed (0.001 + 0.000 secs).
|
|
||||||
A005 UID FETCH 9127:17276 ENVELOPE
|
|
||||||
* 1 FETCH (UID 9127 ENVELOPE ("Thu, 10 Jan 2019 13:41:21 +0100" "Orangenpapier" (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) ((NIL NIL "gernotschreiber" "gmx.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<000e01d4a8e1$ca768560$5f639020$@gmx.de>"))
|
|
||||||
* 2 FETCH (UID 11721 ENVELOPE ("Tue, 28 May 2019 14:35:30 +0200" "Ihre Gedenkseite auf Gedenkseiten.de" (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20190528123530.C99AA2416024C@h2585045.stratoserver.net>"))
|
|
||||||
* 3 FETCH (UID 13093 ENVELOPE ("Mon, 19 Aug 2019 15:10:01 +0200" "ADticket - Mein Ticketportal - Ihre Bestellung 45344949" (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<RnT2XrHqYjEhoyHpewA1No0xK3EIQYqWGc7T5mWeY@core1.reservix.systems>"))
|
|
||||||
* 4 FETCH (UID 13803 ENVELOPE ("Tue, 01 Oct 2019 18:39:17 +0200" "Ihre Prosite Rechnung Prosite-5000172862-1019" (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5d9381359394446d9fbd1600c0a8c002@coreadmin.speedbone.de>"))
|
|
||||||
* 5 FETCH (UID 14335 ENVELOPE ("Fri, 8 Nov 2019 12:27:09 +0000" "AW: Ausverkaufter Artikel 851400 - Brisket" (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1bde1d201e384e548e9c33ee1eb81af3@MX01.albersdus.local>"))
|
|
||||||
* 6 FETCH (UID 15203 ENVELOPE ("Sat, 4 Jan 2020 20:30:08 +0100" "Wg: Jo szorakozast!" (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Marlon" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<trinity-a38ab46d-ae4a-4406-830e-e782de277e15-1578166207600@msvc-mesg-gmx021>"))
|
|
||||||
* 7 FETCH (UID 15773 ENVELOPE ("10 Feb 2020 11:33:01 +0100" "Ihre Ticketbestellung (DTS-HT)" (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1581330782.48GMgK75hwzGmTX@mail.derticketservice.de>"))
|
|
||||||
* 8 FETCH (UID 15958 ENVELOPE ("Fri, 21 Feb 2020 17:05:38 +0100" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter-Anmeldung?=" (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20200221160538.28933140AFF@heiso.aix-cloud.de>"))
|
|
||||||
* 9 FETCH (UID 15961 ENVELOPE ("Fri, 21 Feb 2020 20:06:12 +0000" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter=20Anmeldung?=" (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<718e1ec32ce770e3d0609633b.1928942146.20200221200607.ad4ff32923.d6eb0e23@mail211.suw12.mcsv.net>"))
|
|
||||||
* 10 FETCH (UID 16068 ENVELOPE ("Fri, 28 Feb 2020 13:06:03 +0100" "Ticket #153391: Blacklist" (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5e59022b1e484b959d714d0bc0a8c002@coreadmin.speedbone.de>"))
|
|
||||||
* 11 FETCH (UID 16091 ENVELOPE ("Sat, 29 Feb 2020 15:31:22 +0000" "=?UTF-8?B?SWhyZSBSw7xja3NlbmR1bmdzw7xiZXJzaWNodA==?=" (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<010201709192d029-0f3eb811-bf1f-4f46-8903-9b8a89d06ae6-000000@eu-west-1.amazonses.com>"))
|
|
||||||
* 12 FETCH (UID 16093 ENVELOPE ("Sat, 29 Feb 2020 16:52:33 +0100" "Re: MOB Skateboards Webshop Kontaktformular" (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) ((NIL NIL "marlonschreiber" "arcor.de")) (("Tim Willumat I MOSAIC" NIL "twillumat" "mosaic-sales.com")("MOB Skateboards Webshop" NIL "info" "mosaic-sales.com")) NIL "<C4F8943B-5FD0-4225-9211-78ABAED4D275@mosaic-sales.com>" "<45CA24CE-6090-4ADE-883D-412276B82D39@mosaic-sales.com>"))
|
|
||||||
* 13 FETCH (UID 16135 ENVELOPE ("Mon, 2 Mar 2020 16:31:20 +0100 (CET)" "Mein ELSTER: Aktivierung Ihres Benutzerkontos" ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1082422146.1430499.1583163080931@ecmprd01.cs1.elster.de>"))
|
|
||||||
* 14 FETCH (UID 16296 ENVELOPE ("Mon, 9 Mar 2020 12:53:49 +0100" "AW: Ferien 2020 in Suedwestfrankreich -- BITTE BEACHTEN" (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("'Jan-Philipp Rudolph'" NIL "rudolph.jp" "gmail.com")("'Kirstin Schreiber'" NIL "kirstin_schreiber" "hotmail.com")) (("'Julian Schwenkglenks'" NIL "julian-schwenkglenks" "gmx.de")("'Marlon Schreiber'" NIL "marlonschreiber" "arcor.de")(NIL NIL "wiebke.schreiber" "web.de")("=?utf-8?Q?'Herr_Schreiber_G=C3=B6tz'?=" NIL "gotzschreiber" "aol.com")(NIL NIL "nowid" "gmx.net")(NIL NIL "christian.haverkamp" "web.de")(NIL NIL "zimmermannch" "arcor.de")(NIL NIL "arno_schwenkglenks" "web.de")) NIL "<7C141B45-DDE0-46D0-898E-D7126A55CDB3@gmail.com>" "<002001d5f609$65cc8b20$3165a160$@web.de>"))
|
|
||||||
* 15 FETCH (UID 17007 ENVELOPE ("Fri, 17 Apr 2020 05:15:13 +0000" "Dinge zum Ausprobieren mit deinem Echo" (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<01020171868ff504-8246a8c8-8d08-4485-a796-787a9b2f0aed-000000@eu-west-1.amazonses.com>"))
|
|
||||||
* 16 FETCH (UID 17018 ENVELOPE ("Fri, 17 Apr 2020 14:21:10 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<ed15a3f4-c964-4d77-8621-b259695d1dda@arcor.de>" "<439392B1-CA1B-4DBD-A4D7-ADE45FE78775@say-say.de>"))
|
|
||||||
* 17 FETCH (UID 17024 ENVELOPE ("Fri, 17 Apr 2020 19:44:17 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<02a65c12-2614-4b3c-a185-b31060e2622e@arcor.de>" "<8B1648BD-3F15-4D3C-88CB-F50A562389FD@say-say.de>"))
|
|
||||||
* 18 FETCH (UID 17027 ENVELOPE ("Sat, 18 Apr 2020 00:19:47 +0200" {69}
|
|
||||||
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<1642ceb3dc0b0646a5f56228d250c735@www.klappladen-polen.com>" "<8A87B5EE165B47FCAF404BDEA55F52A7@Marian>"))
|
|
||||||
* 19 FETCH (UID 17036 ENVELOPE ("Sat, 18 Apr 2020 17:36:09 +0200" "FW: Elternbrief" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Kneer, Gabriele" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<002501d61589$83727eb0$8a577c10$@gmx.de>" "<2D3B0BDF-0A04-4130-9F26-1F2F0036A8F0@gmx.de>"))
|
|
||||||
* 20 FETCH (UID 17049 ENVELOPE ("Sun, 19 Apr 2020 14:39:19 +0200" {88}
|
|
||||||
=?UTF-8?B?w5xidW5nc21hdGVyaWFsaWVu?= =?UTF-8?B?IGbDvHI=?= =?UTF-8?B?IG7DpGNoc3Rl?= Woche (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) NIL NIL NIL "<7DD7BFD2-B50A-48F5-8E76-6733CE65BD2B@gmx.de>"))
|
|
||||||
* 21 FETCH (UID 17155 ENVELOPE ("Fri, 24 Apr 2020 19:33:32 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<45fc9895-1416-4d64-952a-f4a86ef80abf@arcor.de>" "<314D0A71-9CC6-4E41-A1C6-9C1AB4C04723@say-say.de>"))
|
|
||||||
* 22 FETCH (UID 17190 ENVELOPE ("Sun, 26 Apr 2020 10:39:41 +0200" {19}
|
|
||||||
Link High Intensity (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<5918F910-6BC3-45F5-BA65-8392453B1292@tsv-allendorf-lahn.net>"))
|
|
||||||
* 23 FETCH (UID 17194 ENVELOPE ("Sun, 26 Apr 2020 13:26:25 +0200" "Nachricht von Frau =?UTF-8?B?WsO2cmI=?=" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Gabi" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<58AD72C6-AF37-45F9-9A68-E2C93F94BE37@gmx.de>"))
|
|
||||||
* 24 FETCH (UID 17201 ENVELOPE ("Sun, 26 Apr 2020 18:51:40 +0200" "Link High Intensitiy" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<84F7D610-C176-46D7-80B1-662BAD60BC9C@tsv-allendorf-lahn.net>"))
|
|
||||||
* 25 FETCH (UID 17202 ENVELOPE ("Sun, 26 Apr 2020 21:23:03 +0200" {69}
|
|
||||||
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<39463858fe504b4eb2186b51ca97bb78@www.klappladen-polen.com>" "<3A53695CBFA5406FA78CFCB9BBFFBA8B@Marian>"))
|
|
||||||
* 26 FETCH (UID 17244 ENVELOPE ("Tue, 28 Apr 2020 17:24:21 +0200" {52}
|
|
||||||
Link zur Progressiven Muskelentspannung um 18.00 Uhr (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<F7273818-B4ED-4474-9F9E-C12DC0DC0E40@tsv-allendorf-lahn.net>"))
|
|
||||||
* 27 FETCH (UID 17262 ENVELOPE ("Wed, 29 Apr 2020 17:13:58 +0200" "Link Zumba, 19.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<2E8B7FA7-CFE7-47DE-99F0-A41CD21E28C6@tsv-allendorf-lahn.net>"))
|
|
||||||
* 28 FETCH (UID 17264 ENVELOPE ("Wed, 29 Apr 2020 10:08:06 -0600" "Fashion in deinen Lieblingsfarben!" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec11179706c077d-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<f9d60d2b-8f4f-4879-8ca8-39a24bdc7952@atl1s07mta1869.xt.local>"))
|
|
||||||
* 29 FETCH (UID 17265 ENVELOPE ("Wed, 29 Apr 2020 18:47:41 +0000" {173}
|
|
||||||
=?UTF-8?B?Qml00YFv0ZZuIGfRlmJ0INCGaG5lbiBk0ZZlIE3DtmdsadGBaGvQtdGWdCwgc2ljaCB6dQ==?= =?UTF-8?B?IHN00LBi0ZZs0ZZz0ZbQtXLQtW4uIFNpZWjQtSAiRGnQtSBIw7ZobNC1IGTQtXIgTMO2d2VuIg==?= (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) ((NIL NIL "undisclosed-recipients" NIL)(NIL NIL NIL NIL)) NIL NIL NIL "<CADWRutB-Dtzy7LQ0OwYu5foZG6diAsAAX-Mq-uvYaxYgwnMRLg@mail.gmail.com>"))
|
|
||||||
* 30 FETCH (UID 17267 ENVELOPE ("Thu, 30 Apr 2020 04:04:42 +0000" "=?utf-8?Q?Diese=20Hosen=20rocken=F0=9F=98=8E=C2=A0Schau=20dir=20unsere=20GPx=2DSerie=20an=21?=" (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c0315e72df381b5497ddfc158.c8ac1e0d53.20200430040432.c973694813.2927cbb6@mail4.suw17.mcsv.net>"))
|
|
||||||
* 31 FETCH (UID 17268 ENVELOPE ("Wed, 29 Apr 2020 23:07:16 -0600" "=?UTF-8?Q?Marc_O=C2=B4Polo,_UGG,_True_Prodigy_uvm.?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec111797365077b-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<2845cb71-90ee-40b7-a4c9-5544183a9671@atl1s07mta863.xt.local>"))
|
|
||||||
* 32 FETCH (UID 17269 ENVELOPE ("Wed, 29 Apr 2020 23:09:41 -0600" {97}
|
|
||||||
=?UTF-8?B?8J+SpSBOdXIgaGV1dGU6IGJpcyB6dSAtNzUlIGltIEVuZCBvZiBN?= =?UTF-8?B?b250aCBTYWxlISDwn5Kl?= (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret" NIL "reply-24523-26_HTML-16623409-10966174-2919" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0af625f4-f3e3-4454-bc56-ecf0c4526e21@ind1s01mta1076.xt.local>"))
|
|
||||||
* 33 FETCH (UID 17270 ENVELOPE ("Thu, 30 Apr 2020 05:56:04 +0000" "Einzigartig wie nie. Sehr, sehr profitabel." (("Swen Fisher" NIL "info" "icarus10.com")) ((NIL NIL "sender" "icarus10.com")) (("Swen Fisher" NIL "info" "icarus10.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "4c4f53f51151ae97ec453dc89e716c07@icarus10.com"))
|
|
||||||
* 34 FETCH (UID 17271 ENVELOPE ("Thu, 30 Apr 2020 08:32:25 +0200" {118}
|
|
||||||
40% #STAYHEALTHY Rabatt + =?ISO-8859-1?Q?zus=E4tzlich=20Gratisartikel=20g?= =?ISO-8859-1?Q?eschenkt!=20Verl=E4ngert!?= (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0.1.1D.AB5.1D61EB91CE3FA0A.0@pmta40182.emarsys.net>"))
|
|
||||||
* 35 FETCH (UID 17272 ENVELOPE ("Thu, 30 Apr 2020 09:23:31 +0200" "Link Beine intensiv 11.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<30611C7A-6C20-42E8-AF04-BB1D4988CC0E@tsv-allendorf-lahn.net>"))
|
|
||||||
* 36 FETCH (UID 17273 ENVELOPE ("Thu, 30 Apr 2020 05:09:18 +0000" {82}
|
|
||||||
Wer =?utf-8?Q?h=C3=A4tte?= gedacht, dass es SO einfach =?utf-8?Q?w=C3=A4re=2E=2E?= (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<ecb7e928376be260de74b3ddf23d2122@hobbyticket.com>"))
|
|
||||||
* 37 FETCH (UID 17274 ENVELOPE ("Thu, 30 Apr 2020 10:03:59 +0200 (CEST)" "Handelsblatt Online Eilmeldung" (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) ((NIL NIL "kundenservice" "handelsblattgroup.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<hdh3vfe5bp5vcg25o25cg5jql5wxo6puknfgkvwa7og3cqrb4cta@mailservice.handelsblatt.com>"))
|
|
||||||
* 38 FETCH (UID 17275 ENVELOPE ("Thu, 30 Apr 2020 03:14:32 -0600" {134}
|
|
||||||
=?UTF-8?Q?Anz=C3=BCge_&_Sakkos_|_Polos,_Shirts_&_more_|_Essential?= =?UTF-8?Q?s_f=C3=BCr's_Zuhause_|_Leder-_und_=C3=9Cbergangsjacken?= (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret" NIL "reply-24536-34_HTML-16623409-10966174-3447" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c6b2f834-991e-434f-a064-e5241d53626c@ind1s01mta651.xt.local>"))
|
|
||||||
* 39 FETCH (UID 17276 ENVELOPE ("Thu, 30 Apr 2020 03:04:01 -0600" "=?UTF-8?B?8J+MniBFbnRzcGFubnRlIFNvbW1lcm1vZGUg8J+Mng==?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-febb117973660275-747_HTML-6006741-7233512-843" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<7f8294d2-854d-4275-a44b-aa701706f07b@atl1s07mta864.xt.local>"))
|
|
||||||
A005 OK Fetch completed (0.003 + 0.000 + 0.002 secs).
|
|
||||||
A006 UID FETCH 9127 RFC822
|
|
||||||
A007 UID FETCH 11721 RFC822
|
|
||||||
A008 UID STORE 11721 +FLAGS (\SEEN)
|
|
||||||
A008 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A009 UID FETCH 13093 RFC822
|
|
||||||
A010 UID STORE 13093 +FLAGS (\SEEN)
|
|
||||||
A010 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A011 UID FETCH 13803 RFC822
|
|
||||||
A012 UID STORE 13803 +FLAGS (\SEEN)
|
|
||||||
A012 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A013 UID FETCH 14335 RFC822
|
|
||||||
A014 UID STORE 14335 +FLAGS (\SEEN)
|
|
||||||
A014 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A015 UID FETCH 15203 RFC822
|
|
||||||
A016 UID STORE 15203 +FLAGS (\SEEN)
|
|
||||||
A016 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A017 UID FETCH 15773 RFC822
|
|
||||||
A018 UID STORE 15773 +FLAGS (\SEEN)
|
|
||||||
A018 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A019 UID FETCH 15958 RFC822
|
|
||||||
A020 UID STORE 15958 +FLAGS (\SEEN)
|
|
||||||
A020 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A021 UID FETCH 15961 RFC822
|
|
||||||
A022 UID STORE 15961 +FLAGS (\SEEN)
|
|
||||||
A022 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A023 UID FETCH 16068 RFC822
|
|
||||||
A024 UID STORE 16068 +FLAGS (\SEEN)
|
|
||||||
A024 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A025 UID FETCH 16091 RFC822
|
|
||||||
A026 UID STORE 16091 +FLAGS (\SEEN)
|
|
||||||
A026 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A027 UID FETCH 16093 RFC822
|
|
||||||
A028 UID STORE 16093 +FLAGS (\SEEN)
|
|
||||||
A028 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A029 UID FETCH 16135 RFC822
|
|
||||||
A030 UID STORE 16135 +FLAGS (\SEEN)
|
|
||||||
A030 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A031 UID FETCH 16296 RFC822
|
|
||||||
A032 UID STORE 16296 +FLAGS (\SEEN)
|
|
||||||
A032 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A033 UID FETCH 17007 RFC822
|
|
||||||
A034 UID STORE 17007 +FLAGS (\SEEN)
|
|
||||||
A034 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A035 UID FETCH 17018 RFC822
|
|
||||||
A036 UID STORE 17018 +FLAGS (\SEEN)
|
|
||||||
A036 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A037 UID FETCH 17024 RFC822
|
|
||||||
A038 UID STORE 17024 +FLAGS (\SEEN)
|
|
||||||
A038 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A039 UID FETCH 17027 RFC822
|
|
||||||
A040 UID STORE 17027 +FLAGS (\SEEN)
|
|
||||||
A040 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A041 UID FETCH 17036 RFC822
|
|
||||||
A042 UID STORE 17036 +FLAGS (\SEEN)
|
|
||||||
A042 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A043 UID FETCH 17049 RFC822
|
|
||||||
A044 UID STORE 17049 +FLAGS (\SEEN)
|
|
||||||
A044 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A045 UID FETCH 17155 RFC822
|
|
||||||
A046 UID STORE 17155 +FLAGS (\SEEN)
|
|
||||||
A046 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A047 UID FETCH 17190 RFC822
|
|
||||||
A048 UID STORE 17190 +FLAGS (\SEEN)
|
|
||||||
A048 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A049 UID FETCH 17194 RFC822
|
|
||||||
A050 UID STORE 17194 +FLAGS (\SEEN)
|
|
||||||
A050 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A051 UID FETCH 17201 RFC822
|
|
||||||
A052 UID STORE 17201 +FLAGS (\SEEN)
|
|
||||||
A052 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A053 UID FETCH 17202 RFC822
|
|
||||||
A054 UID STORE 17202 +FLAGS (\SEEN)
|
|
||||||
A054 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A055 UID FETCH 17244 RFC822
|
|
||||||
A056 UID STORE 17244 +FLAGS (\SEEN)
|
|
||||||
A056 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A057 UID FETCH 17262 RFC822
|
|
||||||
A058 UID STORE 17262 +FLAGS (\SEEN)
|
|
||||||
A058 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A059 UID FETCH 17264 RFC822
|
|
||||||
A060 UID STORE 17264 +FLAGS (\SEEN)
|
|
||||||
A060 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A061 UID FETCH 17265 RFC822
|
|
||||||
A062 UID STORE 17265 +FLAGS (\SEEN)
|
|
||||||
A062 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A063 UID FETCH 17267 RFC822
|
|
||||||
A064 UID STORE 17267 +FLAGS (\SEEN)
|
|
||||||
A064 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A065 UID FETCH 17268 RFC822
|
|
||||||
A066 UID STORE 17268 +FLAGS (\SEEN)
|
|
||||||
A066 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A067 UID FETCH 17269 RFC822
|
|
||||||
A068 UID STORE 17269 +FLAGS (\SEEN)
|
|
||||||
A068 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A069 UID FETCH 17270 RFC822
|
|
||||||
A070 UID STORE 17270 +FLAGS (\SEEN)
|
|
||||||
A070 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A071 UID FETCH 17271 RFC822
|
|
||||||
A072 UID STORE 17271 +FLAGS (\SEEN)
|
|
||||||
A072 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A073 UID FETCH 17272 RFC822
|
|
||||||
A074 UID STORE 17272 +FLAGS (\SEEN)
|
|
||||||
A074 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A075 UID FETCH 17273 RFC822
|
|
||||||
A076 UID STORE 17273 +FLAGS (\SEEN)
|
|
||||||
A076 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A077 UID FETCH 17274 RFC822
|
|
||||||
A078 UID STORE 17274 +FLAGS (\SEEN)
|
|
||||||
A078 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A079 UID FETCH 17275 RFC822
|
|
||||||
A080 UID STORE 17275 +FLAGS (\SEEN)
|
|
||||||
A080 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A081 UID FETCH 17276 RFC822
|
|
||||||
A082 UID STORE 17276 +FLAGS (\SEEN)
|
|
||||||
A082 OK Store completed (0.001 + 0.000 secs).
|
|
||||||
A083 EXPUNGE
|
|
||||||
A083 OK Expunge completed (0.001 + 0.000 secs).
|
|
||||||
A084 LOGOUT
|
|
||||||
* BYE Logging out
|
|
||||||
A084 OK Logout completed (0.001 + 0.000 secs).
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user